rygel r120 - in trunk: . src



Author: zeeshanak
Date: Tue Oct 28 21:00:49 2008
New Revision: 120
URL: http://svn.gnome.org/viewvc/rygel?rev=120&view=rev

Log:
Correct a typo.

Now we export the ID of the container in the format we need to export it in.

Modified:
   trunk/ChangeLog
   trunk/src/gupnp-media-tracker.vala

Modified: trunk/src/gupnp-media-tracker.vala
==============================================================================
--- trunk/src/gupnp-media-tracker.vala	(original)
+++ trunk/src/gupnp-media-tracker.vala	Tue Oct 28 21:00:49 2008
@@ -264,7 +264,7 @@
         else
             exported_parent_id = this.root_id + ":" + parent_id;
 
-        this.didl_writer.start_container (this.root_id + ":" + id,
+        this.didl_writer.start_container (exported_id,
                                           exported_parent_id,
                                           (int) child_count,
                                           false,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]