diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 15:07:57 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 15:07:57 -0500 |
commit | 1656657462c204399a24ef21fd1f4ca6c4242992 (patch) | |
tree | bb44a89f1d5971759f6875967ce00b1d1c85d48e /src/dbus-data.h | |
parent | f85a065bbdb0e0010b5c0585c2e2ab0aca0c7a36 (diff) | |
parent | 8045637914b9f0aad0f61fcc7ccfa13b7611778f (diff) | |
download | ayatana-indicator-messages-1656657462c204399a24ef21fd1f4ca6c4242992.tar.gz ayatana-indicator-messages-1656657462c204399a24ef21fd1f4ca6c4242992.tar.bz2 ayatana-indicator-messages-1656657462c204399a24ef21fd1f4ca6c4242992.zip |
* New upstream release.
* Shifting icons into the gutter and adjusting the arrow
padding.
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r-- | src/dbus-data.h | 5 |
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" |