mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +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.
|
||||
*/
|
||||
prev_source = current->source;
|
||||
current->source = source;
|
||||
current->depth++;
|
||||
|
||||
need_destroy = !(* dispatch) (source, callback, user_data);
|
||||
|
Loading…
Reference in New Issue
Block a user