# HG changeset patch # User Sascha Hlusiak # Date 1202898537 -3600 # Node ID 1a6fc0bdcfe660673b402fb558efa97c4e4cc84c # Parent 0824c92b6132d9cf878b4c51e7349485c403c15a Patched gnome-shortcuts for new dbus interface according to bug http://bugzilla.atheme.org/show_bug.cgi?id=171 diff -r 0824c92b6132 -r 1a6fc0bdcfe6 src/gnomeshortcuts/gnomeshortcuts.c --- a/src/gnomeshortcuts/gnomeshortcuts.c Wed Feb 13 01:29:20 2008 +0900 +++ b/src/gnomeshortcuts/gnomeshortcuts.c Wed Feb 13 11:28:57 2008 +0100 @@ -251,7 +251,7 @@ g_warning ("Error connecting to DBus: %s", error->message); } else { media_player_keys_proxy = dbus_g_proxy_new_for_name (bus, - "org.gnome.SettingsDaemon.MediaKeys", + "org.gnome.SettingsDaemon", "/org/gnome/SettingsDaemon/MediaKeys", "org.gnome.SettingsDaemon.MediaKeys"); if (media_player_keys_proxy == NULL) return;