[rygel] external: Set model description



commit c9b417984e3322f49f783c0175680ca71974ccf1
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Apr 16 19:49:32 2010 +0300

    external: Set model description
    
    This is done so that we can avoid infinite recursion against rygel-grilo,
    i-e rygel exporting sources from rygel-grilo and rygel-grilo then
    exporting them on D-Bus again and so on.

 src/plugins/external/rygel-external-plugin.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/external/rygel-external-plugin.vala b/src/plugins/external/rygel-external-plugin.vala
index f38f4fe..c9eefad 100644
--- a/src/plugins/external/rygel-external-plugin.vala
+++ b/src/plugins/external/rygel-external-plugin.vala
@@ -34,7 +34,8 @@ public class Rygel.ExternalPlugin : Rygel.Plugin {
                            IconInfo? icon) {
         base.MediaServer (service_name,
                           title,
-                          typeof (ExternalContentDir));
+                          typeof (ExternalContentDir),
+                          "Rygel External " + title);
 
         this.service_name = service_name;
         this.root_object = root_object;



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