display: Use G_SOURCE_CONTINUE / G_SOURCE_REMOVE
This commit is contained in:
@ -1352,7 +1352,7 @@ window_raise_with_delay_callback (void *data)
|
||||
window->desc);
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user