diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-12-23 17:00:30 +0100 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-12-23 17:00:30 +0100 |
commit | dd2ed951b8aeb16671bebd2ea104953252ab54a5 (patch) | |
tree | c7a371e7ae9798344d810774a9da3a1932ef8069 /src/notification-watcher.xml | |
parent | 95b5ea90de66f465398fbdf9779e342395ea327a (diff) | |
download | ayatana-indicator-application-dd2ed951b8aeb16671bebd2ea104953252ab54a5.tar.gz ayatana-indicator-application-dd2ed951b8aeb16671bebd2ea104953252ab54a5.tar.bz2 ayatana-indicator-application-dd2ed951b8aeb16671bebd2ea104953252ab54a5.zip |
Previous commit was not meant to be pushed to trunk
Revert my mess
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index c2324f1..2ef54a0 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -1,16 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<node name="/StatusNotifierWatcher"> - <interface name="org.kde.StatusNotifierWatcher"> +<node name="/"> + <interface name="org.ayatana.indicator.application.NotificationWatcher"> <!-- Properties --> <!-- None currently --> <!-- Methods --> - <method name="RegisterStatusNotifierItem"> + <method name="RegisterService"> <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> <arg type="s" name="service" direction="in" /> </method> - <method name="RegisteredStatusNotifierItems"> + <method name="RegisteredServices"> <arg type="as" name="services" direction="out" /> </method> <method name="ProtocolVersion"> |