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