core,data: Forgotten update to Rygel D-Bus paths
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 24 Sep 2009 17:07:18 +0000 (20:07 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Thu, 24 Sep 2009 17:07:18 +0000 (20:07 +0300)
Oops, had forgotten to update the D-Bus paths everywhere after the
versioning change.

data/org.gnome.Rygel1.service.in
src/rygel/rygel-user-config.vala

index 4cbe9d7..dbc3029 100644 (file)
@@ -1,3 +1,3 @@
 [D-BUS Service]
-Name=org.gnome.Rygel
+Name=org.gnome.Rygel1
 Exec=@bindir@/rygel
index c8477ed..d020ae3 100644 (file)
@@ -44,9 +44,9 @@ public class Rygel.UserConfig : GLib.Object, Configuration {
     private const string DBUS_PATH = "/org/freedesktop/DBus";
     private const string DBUS_INTERFACE = "org.freedesktop.DBus";
 
-    private const string RYGEL_SERVICE = "org.gnome.Rygel";
-    private const string RYGEL_PATH = "/org/gnome/Rygel";
-    private const string RYGEL_INTERFACE = "org.gnome.Rygel";
+    private const string RYGEL_SERVICE = "org.gnome.Rygel1";
+    private const string RYGEL_PATH = "/org/gnome/Rygel1";
+    private const string RYGEL_INTERFACE = "org.gnome.Rygel1";
 
     // Our singleton
     private static UserConfig config;