diff options
author | Ted Gould <ted@gould.cx> | 2010-08-18 10:27:53 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-18 10:27:53 -0500 |
commit | 1d51365ac7ecc5299f49c1c8a1985caa16a125c9 (patch) | |
tree | af5d04e89025ca622d304f85371942ee9d8d5f10 | |
parent | e71beecaa180381218f34ba418c0c3a11f340005 (diff) | |
download | ayatana-indicator-application-1d51365ac7ecc5299f49c1c8a1985caa16a125c9.tar.gz ayatana-indicator-application-1d51365ac7ecc5299f49c1c8a1985caa16a125c9.tar.bz2 ayatana-indicator-application-1d51365ac7ecc5299f49c1c8a1985caa16a125c9.zip |
XAyatana the register interface
-rw-r--r-- | src/notification-watcher.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification-watcher.xml b/src/notification-watcher.xml index cc7882d..5f19dd2 100644 --- a/src/notification-watcher.xml +++ b/src/notification-watcher.xml @@ -22,7 +22,7 @@ <method name="IsNotificationHostRegistered"> <arg type="b" name="hasHost" direction="out" /> </method> - <method name="RegisterNotificationApprover"> + <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" /> |