[maemo-commits] [maemo-commits] r16715 - in projects/haf/branches/hildon-fm/fremantle: . hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Nov 17 19:04:08 EET 2008
Author: yangli
Date: 2008-11-17 19:04:07 +0200 (Mon, 17 Nov 2008)
New Revision: 16715

Modified:
   projects/haf/branches/hildon-fm/fremantle/ChangeLog
   projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c
Log:
a virtual node is introduced to make the drives and volumes visible in the content pane

Modified: projects/haf/branches/hildon-fm/fremantle/ChangeLog
===================================================================
--- projects/haf/branches/hildon-fm/fremantle/ChangeLog	2008-11-17 16:35:14 UTC (rev 16714)
+++ projects/haf/branches/hildon-fm/fremantle/ChangeLog	2008-11-17 17:04:07 UTC (rev 16715)
@@ -1,3 +1,8 @@
+2008-11-17 Yang Li <yang.li at d\igia.com>
+	* hildon-fm/hildon-file-system-private.c:
+	a virtual node is introduced and all drives and volumes are visible from the 
+	contents pane.
+
 2008-11-17 Richard Sun  <richard.sun at nokia.com>
 
 	* debian/changelog, hildon-fm/t.c,

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-11-17 16:35:14 UTC (rev 16714)
+++ projects/haf/branches/hildon-fm/fremantle/hildon-fm/hildon-file-system-private.c	2008-11-17 17:04:07 UTC (rev 16715)
@@ -299,7 +299,7 @@
 
 	if (!data.result) {
 	    /* No matching node found, try to create one */
-	    data.result = create_child_location (locations->data, locations, data.uri);
+	    data.result = create_child_location (locations->children->data, locations, data.uri);
 	    data.is_child = TRUE;
         }
 


More information about the maemo-commits mailing list