mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Merge fix for bug #320050 from stable.
2005-10-29 Kjartan Maraas <kmaraas@gnome.org> * src/eventqueue.c: (meta_event_queue_new): Merge fix for bug #320050 from stable.
This commit is contained in:

committed by
Kjartan Maraas

parent
55f62585d0
commit
4752ef55c7
@ -71,7 +71,8 @@ meta_event_queue_new (Display *display, MetaEventQueueFunc func, gpointer data)
|
||||
g_source_set_callback (source, (GSourceFunc) func, data, NULL);
|
||||
|
||||
g_source_attach (source, NULL);
|
||||
|
||||
g_source_unref (source);
|
||||
|
||||
return eq;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user