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:
parent
55f62585d0
commit
4752ef55c7
@ -1,3 +1,8 @@
|
||||
2005-10-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* src/eventqueue.c: (meta_event_queue_new): Merge fix
|
||||
for bug #320050 from stable.
|
||||
|
||||
2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com>
|
||||
|
||||
* configure.in: Added ku (Kurdish) to ALL_LINGUAS
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user