diff options
author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2012-12-18 20:22:45 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-12-18 20:22:45 +0000 |
commit | 22ee6bfbcafe6f06512efd416286bcdaa0acd2c2 (patch) | |
tree | 94e10c15d86393f8afee4a5c038f4aa6b825ecd9 /src/notification-watcher.xml | |
parent | 6f43d3ec7ec8e4aaba9895275ae2c1713e138247 (diff) | |
parent | d5c42deb18871b62b28db9b10c0dd0a64f23dcd5 (diff) | |
download | ayatana-indicator-application-22ee6bfbcafe6f06512efd416286bcdaa0acd2c2.tar.gz ayatana-indicator-application-22ee6bfbcafe6f06512efd416286bcdaa0acd2c2.tar.bz2 ayatana-indicator-application-22ee6bfbcafe6f06512efd416286bcdaa0acd2c2.zip |
Indicator-application: removing the deprecated approver support.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/notification-watcher.xml')
-rw-r--r-- | src/notification-watcher.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index b03c5e3..e1897f5 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -15,13 +15,6 @@ <method name="RegisterStatusNotifierHost"> <arg type="s" name="service" direction="in" /> </method> - <method name="XAyatanaRegisterNotificationApprover"> - <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> - <!-- The path where to find the approver interface --> - <arg type="o" name="path" direction="in" /> - <!-- List of categories to approve, none represents all --> - <arg type="as" name="categories" direction="in" /> - </method> <!-- Signals --> <signal name="StatusNotifierItemRegistered"> |