diff options
author | Ted Gould <ted@gould.cx> | 2011-07-21 16:17:09 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-21 16:17:09 -0500 |
commit | bace9e0b978cf636ea605a638c26e0354e9fc5f1 (patch) | |
tree | c1dad0346b3e3928ab49074a21000e760efd29c7 | |
parent | dbd11689629e2d7be0d2365f455bb9a0b7e02c80 (diff) | |
download | ayatana-indicator-messages-bace9e0b978cf636ea605a638c26e0354e9fc5f1.tar.gz ayatana-indicator-messages-bace9e0b978cf636ea605a638c26e0354e9fc5f1.tar.bz2 ayatana-indicator-messages-bace9e0b978cf636ea605a638c26e0354e9fc5f1.zip |
Removing Watch method as that's been moved to libindicator (for a while)
-rw-r--r-- | src/messages-service.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml index 6c2920d..d79049e 100644 --- a/src/messages-service.xml +++ b/src/messages-service.xml @@ -3,9 +3,6 @@ <interface name="com.canonical.indicator.messages.service"> <!-- Methods --> - <method name="Watch"> - <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> - </method> <method name="AttentionRequested"> <arg type="b" name="dot" direction="out" /> </method> |