projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad7893
)
Fix a careless mistake in the last commit
author
Ryan Lortie
<desrt@desrt.ca>
Mon, 30 Sep 2013 17:06:30 +0000
(13:06 -0400)
committer
Ryan Lortie
<desrt@desrt.ca>
Mon, 30 Sep 2013 17:06:30 +0000
(13:06 -0400)
Thanks Colin :)
glib/gmain.c
patch
|
blob
|
history
diff --git
a/glib/gmain.c
b/glib/gmain.c
index
9f044fb
..
99de6a8
100644
(file)
--- a/
glib/gmain.c
+++ b/
glib/gmain.c
@@
-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);