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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 8 23:43:04 EEST 2008
Author: pvanhoof
Date: 2008-09-08 23:42:57 +0300 (Mon, 08 Sep 2008)
New Revision: 16069

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c
Log:
Typo

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c	2008-09-08 17:37:06 UTC (rev 16068)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/manager.c	2008-09-08 20:42:57 UTC (rev 16069)
@@ -144,7 +144,7 @@
 		if (!value) 
 			continue;
 
-		values = g_key_file_get_string_list (keyfile, "D-BUS Thumbnailer", "mimetypes", NULL, NULL);
+		values = g_key_file_get_string_list (keyfile, "D-BUS Thumbnailer", "mimeTypes", NULL, NULL);
 
 		if (!values)
 			continue;


More information about the maemo-commits mailing list