[maemo-commits] [maemo-commits] r16533 - projects/haf/trunk/hildon-thumbnail/daemon

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Oct 30 12:44:53 EET 2008
Author: pvanhoof
Date: 2008-10-30 12:44:51 +0200 (Thu, 30 Oct 2008)
New Revision: 16533

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/utils.c
Log:
Bugfix

Modified: projects/haf/trunk/hildon-thumbnail/daemon/utils.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/utils.c	2008-10-30 10:41:07 UTC (rev 16532)
+++ projects/haf/trunk/hildon-thumbnail/daemon/utils.c	2008-10-30 10:44:51 UTC (rev 16533)
@@ -47,10 +47,11 @@
 
 		if (ptr) {
 			*ptr = '\0';
-			local_dir = g_strdup_printf ("%s/.thumblocal", uri_t);
-			g_free (uri_t);
+			local_dir = g_build_filename (uri_t, ".thumblocal", NULL);
 		}
 
+		g_free (uri_t);
+
 		file = g_file_new_for_uri (uri);
 		info = g_file_query_info (file,
 					  G_FILE_ATTRIBUTE_STANDARD_NAME,


More information about the maemo-commits mailing list