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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 5 10:45:06 EEST 2008
Author: pvanhoof
Date: 2008-09-05 10:45:05 +0300 (Fri, 05 Sep 2008)
New Revision: 16028

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 07:30:13 UTC (rev 16027)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugin-runner.c	2008-09-05 07:45:05 UTC (rev 16028)
@@ -188,7 +188,7 @@
 {
 	GError *error = NULL;
 	DaemonPrivate *priv = DAEMON_GET_PRIVATE (object);
-	GModule *module;
+	GModule *module = priv->module;
 	DBusGProxy *manager_proxy;
 	guint i = 0;
 	GStrv supported;
@@ -198,7 +198,7 @@
 							  MANAGER_PATH,
 					   		  MANAGER_INTERFACE);
 
-	hildon_thumbnail_plugin_do_init (priv->module, &error);
+	hildon_thumbnail_plugin_do_init (module, &error);
 
 	supported = hildon_thumbnail_plugin_get_supported (module);
 


More information about the maemo-commits mailing list