[maemo-commits] [maemo-commits] r16128 - projects/haf/branches/hildon-thumbnail/daemonize/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 15 21:09:40 EEST 2008
Author: pvanhoof
Date: 2008-09-15 21:09:39 +0300 (Mon, 15 Sep 2008)
New Revision: 16128

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c
Log:
Order of stopping things

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c	2008-09-15 18:08:37 UTC (rev 16127)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c	2008-09-15 18:09:39 UTC (rev 16128)
@@ -135,8 +135,8 @@
 
 		g_hash_table_unref (registrations);
 
+		thumbnailer_do_stop ();
 		manager_do_stop ();
-		thumbnailer_do_stop ();
 
 		g_main_loop_unref (main_loop);
 	}


More information about the maemo-commits mailing list