Fix a careless mistake in the last commit
authorRyan Lortie <desrt@desrt.ca>
Mon, 30 Sep 2013 17:06:30 +0000 (13:06 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 30 Sep 2013 17:06:30 +0000 (13:06 -0400)
Thanks Colin :)

glib/gmain.c

index 9f044fb..99de6a8 100644 (file)
@@ -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);