mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +01:00
Fix a careless mistake in the last commit
Thanks Colin :)
This commit is contained in:
parent
5ad7893b51
commit
713614608d
@ -3053,6 +3053,7 @@ g_main_dispatch (GMainContext *context)
|
|||||||
* and not modified from anywhere but this function.
|
* and not modified from anywhere but this function.
|
||||||
*/
|
*/
|
||||||
prev_source = current->source;
|
prev_source = current->source;
|
||||||
|
current->source = source;
|
||||||
current->depth++;
|
current->depth++;
|
||||||
|
|
||||||
need_destroy = !(* dispatch) (source, callback, user_data);
|
need_destroy = !(* dispatch) (source, callback, user_data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user