[rygel] core,data: Forgotten update to Rygel D-Bus paths
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core,data: Forgotten update to Rygel D-Bus paths
- Date: Thu, 24 Sep 2009 17:12:54 +0000 (UTC)
commit 7295875d030c7ad70e40b6b81e84eb5d346e1e41
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Sep 24 20:07:18 2009 +0300
core,data: Forgotten update to Rygel D-Bus paths
Oops, had forgotten to update the D-Bus paths everywhere after the
versioning change.
data/org.gnome.Rygel1.service.in | 2 +-
src/rygel/rygel-user-config.vala | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.Rygel1.service.in b/data/org.gnome.Rygel1.service.in
index 4cbe9d7..dbc3029 100644
--- a/data/org.gnome.Rygel1.service.in
+++ b/data/org.gnome.Rygel1.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
-Name=org.gnome.Rygel
+Name=org.gnome.Rygel1
Exec= bindir@/rygel
diff --git a/src/rygel/rygel-user-config.vala b/src/rygel/rygel-user-config.vala
index c8477ed..d020ae3 100644
--- a/src/rygel/rygel-user-config.vala
+++ b/src/rygel/rygel-user-config.vala
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]