~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/fix_mediakeys_api.patch

  • Committer: Jeremy Bicha
  • Date: 2018-03-26 13:56:00 UTC
  • Revision ID: jbicha@ubuntu.com-20180326135600-e2omnlqfz7dy46ug
Merge with Debian 3.4.2-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit a48c08641c2fb282fad21ff8b0f3e47932f0a656
 
2
Author: Bastien Nocera <hadess@hadess.net>
 
3
Date:   Mon Apr 24 16:21:41 2017 +0200
 
4
 
 
5
    mmkeys: media-player-keys: Fix usage to match API documentation
 
6
    
 
7
    See https://bugzilla.gnome.org/show_bug.cgi?id=781326
 
8
    
 
9
    https://bugzilla.gnome.org/show_bug.cgi?id=781664
 
10
 
 
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,
 
18
                                                       NULL,
 
19
-                                                      "org.gnome.SettingsDaemon",
 
20
+                                                      "org.gnome.SettingsDaemon.MediaKeys",
 
21
                                                       "/org/gnome/SettingsDaemon/MediaKeys",
 
22
                                                       "org.gnome.SettingsDaemon.MediaKeys",
 
23
                                                       NULL,