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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Dec 5 17:48:57 EET 2008
Author: yangli
Date: 2008-12-05 17:48:57 +0200 (Fri, 05 Dec 2008)
New Revision: 16887

Modified:
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c
Log:
assign the valid uri to virtual node

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-05 15:30:14 UTC (rev 16886)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c	2008-12-05 15:48:57 UTC (rev 16887)
@@ -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 ("files:///");
+	location->basepath = g_strdup ("file:///");
         locations = g_node_new (location);
 
 	virtual_location = g_object_new(HILDON_TYPE_FILE_SYSTEM_ROOT, NULL);


More information about the maemo-commits mailing list