From f9259b67b21e1ebcfa2fe43cab1d5385b83ed703 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Sun, 14 Dec 2008 20:22:12 +0000 Subject: [PATCH] Nicer title/ID for the exported audio item. svn path=/trunk/; revision=343 --- src/plugins/test/rygel-test-content-dir.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/test/rygel-test-content-dir.vala b/src/plugins/test/rygel-test-content-dir.vala index 09a2fff..25d4d39 100644 --- a/src/plugins/test/rygel-test-content-dir.vala +++ b/src/plugins/test/rygel-test-content-dir.vala @@ -42,9 +42,9 @@ public class Rygel.TestContentDir : ContentDirectory { Streamer streamer = new Streamer (context, "RygelTest"); this.items = new List (); - this.items.append (new TestAudioItem ("testaudio", + this.items.append (new TestAudioItem ("sinewave", this.root_container.id, - "testaudio", + "Sine Wave", streamer)); // Now we know how many top-level items we have -- 2.7.4