[rygel] mpris: Fix wrong service destination
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] mpris: Fix wrong service destination
- Date: Sat, 23 Oct 2010 22:06:45 +0000 (UTC)
commit eee65bc2e0ded236056d6d47fe8d4fed982b372c
Author: Jens Georg <mail jensge org>
Date: Sun Oct 24 00:04:43 2010 +0200
mpris: Fix wrong service destination
Left-over from dbus-glib to GDBus conversion
src/plugins/mpris/rygel-mpris-plugin.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/mpris/rygel-mpris-plugin.vala b/src/plugins/mpris/rygel-mpris-plugin.vala
index 3fe912a..141d09e 100644
--- a/src/plugins/mpris/rygel-mpris-plugin.vala
+++ b/src/plugins/mpris/rygel-mpris-plugin.vala
@@ -47,7 +47,7 @@ public class Rygel.MPRIS.Plugin : Rygel.MediaRendererPlugin {
try {
// Create proxy to MediaPlayer.Player iface
this.actual_player = Bus.get_proxy_sync (BusType.SESSION,
- DBUS_SERVICE,
+ service_name,
MEDIA_PLAYER_PATH);
// Create proxy to FreeDesktop.Properties iface
this.properties = Bus.get_proxy_sync (BusType.SESSION,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]