[maemo-commits] [maemo-commits] r11836 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu May 24 18:30:38 EEST 2007
Author: marivoll
Date: 2007-05-24 18:30:37 +0300 (Thu, 24 May 2007)
New Revision: 11836

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-upnp.c
Log:
	* hildon-fm/hildon-file-system-upnp.c
	(hildon_file_system_upnp_create_child_location): Set basepath of
	child (N58259).  Thanks to Martyn Russel!


Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-upnp.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-upnp.c	2007-05-24 15:26:30 UTC (rev 11835)
+++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-upnp.c	2007-05-24 15:30:37 UTC (rev 11836)
@@ -142,6 +142,8 @@
       child->failed_access_message = _("sfil_ib_cannot_connect_device");
 
       HILDON_FILE_SYSTEM_UPNP (location)->has_children = TRUE;
+
+      child->basepath = g_strdup (uri);
     }
 
     return child;


More information about the maemo-commits mailing list