diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-03-18 15:19:33 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-03-18 15:19:33 -0400 |
commit | 5581a39916752fef3c374fb2a79c3920d7590a6a (patch) | |
tree | e3e8ea4cac8a2f7531834f49f000db7b4cfc7a88 /src/dbus-shared.h | |
parent | ddee75aad38e1608998a4c7a5d9b10733d1d227a (diff) | |
parent | 543f7fca61ce2a47403872d156f783ae314cc334 (diff) | |
download | ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.gz ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.tar.bz2 ayatana-indicator-application-5581a39916752fef3c374fb2a79c3920d7590a6a.zip |
* Upstream Release 0.0.17
* Support GTK's show menu items property (LP: #528527)
* Fix status and category nicks in Python bindings (LP: #539858)
* Switch domains to org.kde instead of org.freedesktop as spec
was never officially approved by that body.
Diffstat (limited to 'src/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dbus-shared.h b/src/dbus-shared.h index b8dc016..f158b1c 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -24,10 +24,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define INDICATOR_APPLICATION_DBUS_OBJ "/org/ayatana/indicator/application/service" #define INDICATOR_APPLICATION_DBUS_IFACE "org.ayatana.indicator.application.service" -#define NOTIFICATION_WATCHER_DBUS_ADDR "org.freedesktop.StatusNotifierWatcher" +#define NOTIFICATION_WATCHER_DBUS_ADDR "org.kde.StatusNotifierWatcher" #define NOTIFICATION_WATCHER_DBUS_OBJ "/StatusNotifierWatcher" -#define NOTIFICATION_WATCHER_DBUS_IFACE "org.freedesktop.StatusNotifierWatcher" +#define NOTIFICATION_WATCHER_DBUS_IFACE "org.kde.StatusNotifierWatcher" -#define NOTIFICATION_ITEM_DBUS_IFACE "org.freedesktop.StatusNotifierItem" +#define NOTIFICATION_ITEM_DBUS_IFACE "org.kde.StatusNotifierItem" #define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem" |