diff options
author | Aurélien Gâteau <agateau@canonical.com> | 2010-01-08 09:56:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 09:56:56 -0600 |
commit | 1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a (patch) | |
tree | e9b9249dd7aed9227c0f423a9494a28980e8cc04 /src/notification-item.xml | |
parent | d7719b9d3dd3647e7b412d60665d534f6923b87a (diff) | |
parent | 5f86c7263748a2e95c3f9101a5197ef924b69ec9 (diff) | |
download | libayatana-appindicator-1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a.tar.gz libayatana-appindicator-1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a.tar.bz2 libayatana-appindicator-1c834b9b1e97a7a2ef552a5cdff726f3d4e6194a.zip |
Changing to freedesktop.org namespace and fixing some of the function names and interfaces that weren't matching the FD.o spec.
Diffstat (limited to 'src/notification-item.xml')
-rw-r--r-- | src/notification-item.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notification-item.xml b/src/notification-item.xml index c28cc54..93ff903 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<node name="/"> - <interface name="org.ayatana.indicator.application.NotificationItem"> +<node name="/StatusNotifierItem"> + <interface name="org.freedesktop.StatusNotifierItem"> <!-- Properties --> <property name="Id" type="s" access="read" /> |