[maemo-commits] [maemo-commits] r16076 - projects/haf/branches/hildon-thumbnail/daemonize/thumbs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Sep 9 18:46:36 EEST 2008
Author: pvanhoof
Date: 2008-09-09 18:46:35 +0300 (Tue, 09 Sep 2008)
New Revision: 16076

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c
Log:
Bugfix

Modified: projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c	2008-09-09 15:43:04 UTC (rev 16075)
+++ projects/haf/branches/hildon-thumbnail/daemonize/thumbs/thumber-register.c	2008-09-09 15:46:35 UTC (rev 16076)
@@ -142,10 +142,10 @@
 					    (const gchar **) mimetypes, (gsize) length+1);
 
 		g_strfreev (mimetypes);
+
+		write_keyfile (config, keyfile);
 	}
 
-	write_keyfile (config, keyfile);
-
 	g_free (config);
 	g_key_file_free (keyfile);
 }


More information about the maemo-commits mailing list