[muine] Fix multimedia key support for >=Gnome-2.22
- From: Priit Laes <plaes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [muine] Fix multimedia key support for >=Gnome-2.22
- Date: Wed, 16 Sep 2009 21:34:45 +0000 (UTC)
commit d4dd66d73885db1b2aea2a267197413559bed5bc
Author: Priit Laes <plaes plaes org>
Date: Thu Sep 17 00:30:06 2009 +0300
Fix multimedia key support for >=Gnome-2.22
src/GnomeMMKeys.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/GnomeMMKeys.cs b/src/GnomeMMKeys.cs
index dd99718..af5419a 100644
--- a/src/GnomeMMKeys.cs
+++ b/src/GnomeMMKeys.cs
@@ -37,11 +37,11 @@ namespace Muine
public class GnomeMMKeys : IDisposable
{
private const string BusName = "org.gnome.SettingsDaemon";
- private const string ObjectPath = "/org/gnome/SettingsDaemon";
+ private const string ObjectPath = "/org/gnome/SettingsDaemon/MediaKeys";
private delegate void MediaPlayerKeyPressedHandler(string application, string key);
- [Interface("org.gnome.SettingsDaemon")]
+ [Interface("org.gnome.SettingsDaemon.MediaKeys")]
private interface ISettingsDaemon
{
void GrabMediaPlayerKeys(string application, uint time);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]