changeset 4883:f8e00917d6cc

fix dbus glitch
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 23 May 2009 00:00:14 +0900
parents d3af4699043f
children f1fc1d973f27
files src/audlegacy/dbus.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/audlegacy/dbus.h	Wed May 13 03:00:17 2009 -0500
+++ b/src/audlegacy/dbus.h	Sat May 23 00:00:14 2009 +0900
@@ -21,10 +21,10 @@
 #ifndef AUDACIOUS_DBUS_H
 #define AUDACIOUS_DBUS_H
 
-#define AUDACIOUS_DBUS_SERVICE      "org.atheme.audacious"
-#define AUDACIOUS_DBUS_PATH         "/org/atheme/audacious"
-#define AUDACIOUS_DBUS_INTERFACE    "org.atheme.audacious"
-#define AUDACIOUS_DBUS_SERVICE_MPRIS    "org.mpris.audacious"
+#define AUDACIOUS_DBUS_SERVICE      "org.atheme.audlegacy"
+#define AUDACIOUS_DBUS_PATH         "/org/atheme/audlegacy"
+#define AUDACIOUS_DBUS_INTERFACE    "org.atheme.audlegacy"
+#define AUDACIOUS_DBUS_SERVICE_MPRIS    "org.mpris.audlegacy"
 #define AUDACIOUS_DBUS_INTERFACE_MPRIS 	"org.freedesktop.MediaPlayer"
 #define AUDACIOUS_DBUS_PATH_MPRIS_ROOT      "/"
 #define AUDACIOUS_DBUS_PATH_MPRIS_PLAYER    "/Player"