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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 15 21:08:46 EEST 2008
Author: pvanhoof
Date: 2008-09-15 21:08:37 +0300 (Mon, 15 Sep 2008)
New Revision: 16127

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c
Log:
Another oeps

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:02:01 UTC (rev 16126)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/hildon-thumbnail-daemon.c	2008-09-15 18:08:37 UTC (rev 16127)
@@ -130,7 +130,7 @@
 
 		while (g_hash_table_iter_next (&iter, &key, &value))  {
 			thumbnailer_unregister_plugin (thumbnailer, value);
-			hildon_thumbnail_plugin_do_stop (module);
+			hildon_thumbnail_plugin_do_stop (value);
 		}
 
 		g_hash_table_unref (registrations);


More information about the maemo-commits mailing list