[maemo-commits] [maemo-commits] r16860 - projects/haf/branches/hildon-fm/fremantle/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Dec 4 15:25:30 EET 2008
Author: yangli
Date: 2008-12-04 15:25:29 +0200 (Thu, 04 Dec 2008)
New Revision: 16860

Modified:
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c
Log:
assign a invalid address for testing

Modified: projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c	2008-12-04 12:44:37 UTC (rev 16859)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c	2008-12-04 13:25:29 UTC (rev 16860)
@@ -156,7 +156,7 @@
 
         location = g_object_new (HILDON_TYPE_FILE_SYSTEM_SPECIAL_LOCATION, NULL);
 	/* give it a very wrong path to prevent it list the file system layout */
-	location->basepath = g_strdup ("file:///");
+	location->basepath = g_strdup ("files:///");
         locations = g_node_new (location);
 
 	virtual_location = g_object_new(HILDON_TYPE_FILE_SYSTEM_ROOT, NULL);


More information about the maemo-commits mailing list