Fix a careless mistake in the last commit

Thanks Colin :)
This commit is contained in:
Ryan Lortie 2013-09-30 13:06:30 -04:00
parent 5ad7893b51
commit 713614608d

View 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);