# HG changeset patch # User Yoshiki Yazawa # Date 1243004414 -32400 # Node ID f8e00917d6ccfc43957e74894e0929fe6b77a369 # Parent d3af4699043fb353c864aba44c8baae9c46f897a fix dbus glitch diff -r d3af4699043f -r f8e00917d6cc src/audlegacy/dbus.h --- 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"