changeset 2385:1a6fc0bdcfe6

Patched gnome-shortcuts for new dbus interface according to bug http://bugzilla.atheme.org/show_bug.cgi?id=171
author Sascha Hlusiak <contact@saschahlusiak.de>
date Wed, 13 Feb 2008 11:28:57 +0100
parents 0824c92b6132
children d27d796ce625
files src/gnomeshortcuts/gnomeshortcuts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;