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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 5 17:58:15 EEST 2008
Author: pvanhoof
Date: 2008-09-05 17:58:14 +0300 (Fri, 05 Sep 2008)
New Revision: 16043

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c
Log:
Bugfix

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c	2008-09-05 14:53:31 UTC (rev 16042)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c	2008-09-05 14:58:14 UTC (rev 16043)
@@ -318,8 +318,6 @@
 			       "module", module,
 			       NULL);
 
-	daemon_start (DAEMON (object), dynamic_register);
-
 	len = strlen (bus_name);
 	memcpy (str, bus_name, len);
 	memcpy (str+len, "\0Create\0A\0uris\0I\0as\0\0\0", 30); 
@@ -335,6 +333,8 @@
 					     object);
 
 
+	daemon_start (DAEMON (object), dynamic_register);
+
 	main_loop = g_main_loop_new (NULL, FALSE);
 	g_main_loop_run (main_loop);
 


More information about the maemo-commits mailing list