small fix

This commit is contained in:
Ryan Lortie
2013-06-13 11:53:24 -04:00
parent 183e7c605e
commit 346b5114d0

View File

@@ -3046,6 +3046,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);