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:
Kjartan Maraas
2005-10-29 07:37:45 +00:00
committed by Kjartan Maraas
parent 55f62585d0
commit 4752ef55c7
2 changed files with 7 additions and 1 deletions

View File

@ -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;
}