diff src/audacious/dbus.h @ 3260:3d740a3c5e16 trunk

-Fixed a compilation issue with DBus on Mac -Changed MPRIS service name to org.mpris.audacios to conform to spec.
author Ben Tucker <ben.tucker@gmail.com>
date Wed, 25 Jul 2007 23:02:50 -0700
parents f1c756f39e6c
children 8af43e099cce
line wrap: on
line diff
--- a/src/audacious/dbus.h	Wed Jul 25 19:10:53 2007 -0500
+++ b/src/audacious/dbus.h	Wed Jul 25 23:02:50 2007 -0700
@@ -24,7 +24,8 @@
 #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.freedesktop.MediaPlayer"
+#define AUDACIOUS_DBUS_SERVICE_MPRIS    "org.mpris.audacious"
+#define AUDACIOUS_DBUS_INTERFACE_MPRIS 	"org.freedesktop.MediaPlayer"
 #define AUDACIOUS_DBUS_PATH_MPRIS_ROOT      "/"
 #define AUDACIOUS_DBUS_PATH_MPRIS_PLAYER    "/Player"
 #define AUDACIOUS_DBUS_PATH_MPRIS_TRACKLIST "/TrackList"