mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix a careless mistake in the last commit
Thanks Colin :)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user