summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Matthew <jonathan@d14n.org>2012-03-06 11:29:45 (GMT)
committerJonathan Matthew <jonathan@d14n.org>2012-03-06 11:29:45 (GMT)
commit778d3317900337dc7177d0a80ee052f966094485 (patch)
tree9fd45db87267983ce2c3f83ff3fa745f0f534acc
parenta16fdcb99939ef21310fad428c89e70c42b0a0a2 (diff)
downloadrhythmbox-778d3317900337dc7177d0a80ee052f966094485.zip
rhythmbox-778d3317900337dc7177d0a80ee052f966094485.tar.xz
rhythmbox-client: fix mpris bus name
-rw-r--r--remote/dbus/rb-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/dbus/rb-client.c b/remote/dbus/rb-client.c
index b881cb8..d0e6859 100644
--- a/remote/dbus/rb-client.c
+++ b/remote/dbus/rb-client.c
@@ -675,7 +675,7 @@ main (int argc, char **argv)
mpris = g_dbus_proxy_new_sync (bus,
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START,
NULL,
- "org.mpris.MediaPlayer2.rhythmbox3",
+ "org.mpris.MediaPlayer2.rhythmbox",
"/org/mpris/MediaPlayer2",
"org.mpris.MediaPlayer2.Player",
NULL,