aboutsummaryrefslogtreecommitdiff
path: root/src/notification-watcher.xml
diff options
context:
space:
mode:
authorAurelien Gateau <aurelien.gateau@canonical.com>2009-12-23 16:48:54 +0100
committerAurelien Gateau <aurelien.gateau@canonical.com>2009-12-23 16:48:54 +0100
commit95b5ea90de66f465398fbdf9779e342395ea327a (patch)
treeff658aaa75537ce8e5a4b9fbe8d042598f95444c /src/notification-watcher.xml
parent312dadc3611b4afb7249ebc439390d3906a1683d (diff)
downloadayatana-indicator-application-95b5ea90de66f465398fbdf9779e342395ea327a.tar.gz
ayatana-indicator-application-95b5ea90de66f465398fbdf9779e342395ea327a.tar.bz2
ayatana-indicator-application-95b5ea90de66f465398fbdf9779e342395ea327a.zip
Make it work on KDE
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r--src/notification-watcher.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml
index 2ef54a0..c2324f1 100644
--- a/src/notification-watcher.xml
+++ b/src/notification-watcher.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<node name="/">
- <interface name="org.ayatana.indicator.application.NotificationWatcher">
+<node name="/StatusNotifierWatcher">
+ <interface name="org.kde.StatusNotifierWatcher">
<!-- Properties -->
<!-- None currently -->
<!-- Methods -->
- <method name="RegisterService">
+ <method name="RegisterStatusNotifierItem">
<annotation name="org.freedesktop.DBus.GLib.Async" value="true" />
<arg type="s" name="service" direction="in" />
</method>
- <method name="RegisteredServices">
+ <method name="RegisteredStatusNotifierItems">
<arg type="as" name="services" direction="out" />
</method>
<method name="ProtocolVersion">