aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-data.h
diff options
context:
space:
mode:
authorDavid Barth <david.barth@canonical.com>2010-08-26 21:31:18 +0200
committerDavid Barth <david.barth@canonical.com>2010-08-26 21:31:18 +0200
commite32c731f5ef66f6be62d6fc839548356f4665e35 (patch)
treec1058f9afaa04b8e6b48b2c3fcc57d2369f59cee /src/dbus-data.h
parenta58b07fb80399028e27ee95cc3d1dac848bebe6d (diff)
downloadayatana-indicator-messages-e32c731f5ef66f6be62d6fc839548356f4665e35.tar.gz
ayatana-indicator-messages-e32c731f5ef66f6be62d6fc839548356f4665e35.tar.bz2
ayatana-indicator-messages-e32c731f5ef66f6be62d6fc839548356f4665e35.zip
adjusted position of the left icons and triangle overlay
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r--src/dbus-data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h
index c16b2b5..100ac0a 100644
--- a/src/dbus-data.h
+++ b/src/dbus-data.h
@@ -9,8 +9,9 @@
#define INDICATOR_MESSAGES_DBUS_SERVICE_INTERFACE "org.ayatana.indicator.messages.service"
#define APPLICATION_MENUITEM_TYPE "application-item"
-#define APPLICATION_MENUITEM_PROP_NAME "app-name"
-#define APPLICATION_MENUITEM_PROP_ICON "app-icon"
+#define APPLICATION_MENUITEM_PROP_NAME "label"
+#define APPLICATION_MENUITEM_PROP_ICON "icon-name"
+#define APPLICATION_MENUITEM_PROP_RUNNING "app-running"
#define INDICATOR_MENUITEM_TYPE "indicator-item"
#define INDICATOR_MENUITEM_PROP_LABEL "indicator-label"