diff options
author | Ted Gould <ted@gould.cx> | 2010-03-23 15:45:35 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-23 15:45:35 -0500 |
commit | 68c5fd531fe031a2e615e84751ac5466d63b1b89 (patch) | |
tree | 5c80525d99e07032e9bf60c975407ab32b2b1e29 /src | |
parent | 69cdd18f4308cdaa19159c199a667d36c9f19bcf (diff) | |
download | ayatana-indicator-messages-68c5fd531fe031a2e615e84751ac5466d63b1b89.tar.gz ayatana-indicator-messages-68c5fd531fe031a2e615e84751ac5466d63b1b89.tar.bz2 ayatana-indicator-messages-68c5fd531fe031a2e615e84751ac5466d63b1b89.zip |
Replacing the count with the icon
Diffstat (limited to 'src')
-rw-r--r-- | src/dbus-data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h index e3d9fd5..c16b2b5 100644 --- a/src/dbus-data.h +++ b/src/dbus-data.h @@ -10,7 +10,7 @@ #define APPLICATION_MENUITEM_TYPE "application-item" #define APPLICATION_MENUITEM_PROP_NAME "app-name" -#define APPLICATION_MENUITEM_PROP_COUNT "app-count" +#define APPLICATION_MENUITEM_PROP_ICON "app-icon" #define INDICATOR_MENUITEM_TYPE "indicator-item" #define INDICATOR_MENUITEM_PROP_LABEL "indicator-label" |