diff options
author | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-12-23 17:00:30 +0100 |
---|---|---|
committer | Aurelien Gateau <aurelien.gateau@canonical.com> | 2009-12-23 17:00:30 +0100 |
commit | dd2ed951b8aeb16671bebd2ea104953252ab54a5 (patch) | |
tree | c7a371e7ae9798344d810774a9da3a1932ef8069 /src/notification-item.xml | |
parent | 95b5ea90de66f465398fbdf9779e342395ea327a (diff) | |
download | ayatana-indicator-application-dd2ed951b8aeb16671bebd2ea104953252ab54a5.tar.gz ayatana-indicator-application-dd2ed951b8aeb16671bebd2ea104953252ab54a5.tar.bz2 ayatana-indicator-application-dd2ed951b8aeb16671bebd2ea104953252ab54a5.zip |
Previous commit was not meant to be pushed to trunk
Revert my mess
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 8515519..c28cc54 100644 --- a/src/notification-item.xml +++ b/src/notification-item.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<node name="/StatusNotifierItem"> - <interface name="org.kde.StatusNotifierItem"> +<node name="/"> + <interface name="org.ayatana.indicator.application.NotificationItem"> <!-- Properties --> <property name="Id" type="s" access="read" /> |