diff options
author | Ted Gould <ted@gould.cx> | 2011-01-17 13:23:33 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-17 13:23:33 -0600 |
commit | 2e57848f1439e8aadbc44654dd53348894c02afb (patch) | |
tree | 96b2771ad3f5ea9afdb03c636b53a2f1ec57c0de | |
parent | ada08ac02d806abfe1117c0d900a21b3d9e9c98f (diff) | |
download | ayatana-indicator-application-2e57848f1439e8aadbc44654dd53348894c02afb.tar.gz ayatana-indicator-application-2e57848f1439e8aadbc44654dd53348894c02afb.tar.bz2 ayatana-indicator-application-2e57848f1439e8aadbc44654dd53348894c02afb.zip |
Changing the name of the approver interface
-rw-r--r-- | src/dbus-shared.h | 2 | ||||
-rw-r--r-- | src/notification-approver.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 71c063e..6144b9b 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -31,5 +31,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define NOTIFICATION_ITEM_DBUS_IFACE "org.kde.StatusNotifierItem" #define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem" -#define NOTIFICATION_APPROVER_DBUS_IFACE "org.ayatana.StatusNotifierApprover" +#define NOTIFICATION_APPROVER_DBUS_IFACE "com.canonical.StatusNotifierApprover" diff --git a/src/notification-approver.xml b/src/notification-approver.xml index 4a8e39b..a72ca92 100644 --- a/src/notification-approver.xml +++ b/src/notification-approver.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <node name="/"> - <interface name="org.ayatana.StatusNotifierApprover"> + <interface name="com.canonical.StatusNotifierApprover"> <!-- Methods --> <method name="ApproveItem"> |