aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-shared.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-18 13:08:38 -0500
committerTed Gould <ted@gould.cx>2010-03-18 13:08:38 -0500
commitd5717ba1a4f2aafe7201db18dbc30ef63e5c1fde (patch)
tree127eccff2f7ef4b156520a31ee73d9bee3cd6d5f /src/dbus-shared.h
parentb839c8aadcbae01755f1bbaa812f96646a9ddf4a (diff)
parent42de500f6f9f74c505ce22fd959259044103929c (diff)
downloadayatana-indicator-application-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.tar.gz
ayatana-indicator-application-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.tar.bz2
ayatana-indicator-application-d5717ba1a4f2aafe7201db18dbc30ef63e5c1fde.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.h6
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"