diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-03 19:43:39 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-03 19:43:39 +0100 |
commit | 54b82d7275a9c37a815c7ed7840798c6492e9b81 (patch) | |
tree | 3ef9a6ecdeceb8a69701543332cdc26ff325df47 /src/dbus-data.h | |
parent | 7595847dcd7e6e7f69a61031d1e3dfbe16f7baac (diff) | |
download | ayatana-indicator-messages-54b82d7275a9c37a815c7ed7840798c6492e9b81.tar.gz ayatana-indicator-messages-54b82d7275a9c37a815c7ed7840798c6492e9b81.tar.bz2 ayatana-indicator-messages-54b82d7275a9c37a815c7ed7840798c6492e9b81.zip |
Only draw right items as lozenges if they contain a count
Diffstat (limited to 'src/dbus-data.h')
-rw-r--r-- | src/dbus-data.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h index abff3aa..fac732e 100644 --- a/src/dbus-data.h +++ b/src/dbus-data.h @@ -13,10 +13,11 @@ #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" -#define INDICATOR_MENUITEM_PROP_ICON "indicator-icon" -#define INDICATOR_MENUITEM_PROP_RIGHT "right-side-text" +#define INDICATOR_MENUITEM_TYPE "indicator-item" +#define INDICATOR_MENUITEM_PROP_LABEL "indicator-label" +#define INDICATOR_MENUITEM_PROP_ICON "indicator-icon" +#define INDICATOR_MENUITEM_PROP_RIGHT "right-side-text" +#define INDICATOR_MENUITEM_PROP_RIGHT_IS_LOZENGE "right-is-lozenge" #define MAX_NUMBER_OF_INDICATORS 7 |