1
commit a48c08641c2fb282fad21ff8b0f3e47932f0a656
2
Author: Bastien Nocera <hadess@hadess.net>
3
Date: Mon Apr 24 16:21:41 2017 +0200
5
mmkeys: media-player-keys: Fix usage to match API documentation
7
See https://bugzilla.gnome.org/show_bug.cgi?id=781326
9
https://bugzilla.gnome.org/show_bug.cgi?id=781664
11
diff --git a/plugins/mmkeys/rb-mmkeys-plugin.c b/plugins/mmkeys/rb-mmkeys-plugin.c
12
index 46431584f..058b82f0e 100644
13
--- a/plugins/mmkeys/rb-mmkeys-plugin.c
14
+++ b/plugins/mmkeys/rb-mmkeys-plugin.c
15
@@ -385,7 +385,7 @@ impl_activate (PeasActivatable *pplugin)
16
plugin->proxy = g_dbus_proxy_new_sync (bus,
17
G_DBUS_PROXY_FLAGS_NONE,
19
- "org.gnome.SettingsDaemon",
20
+ "org.gnome.SettingsDaemon.MediaKeys",
21
"/org/gnome/SettingsDaemon/MediaKeys",
22
"org.gnome.SettingsDaemon.MediaKeys",