diff options
author | Ted Gould <ted@canonical.com> | 2009-09-04 14:59:04 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-04 14:59:04 -0500 |
commit | 7f0f735b408ad87ee70764485001d07806280673 (patch) | |
tree | 628d218b6620d793de6f289b550fb6616f0371d8 | |
parent | 93ed77b9bce3890f81bcde67cce898bef86c2d35 (diff) | |
download | ayatana-indicator-messages-7f0f735b408ad87ee70764485001d07806280673.tar.gz ayatana-indicator-messages-7f0f735b408ad87ee70764485001d07806280673.tar.bz2 ayatana-indicator-messages-7f0f735b408ad87ee70764485001d07806280673.zip |
Making sure these don't conflict with ones already in usage.
-rw-r--r-- | src/dbus-data.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dbus-data.h b/src/dbus-data.h index eb15bcd..5ea4046 100644 --- a/src/dbus-data.h +++ b/src/dbus-data.h @@ -14,11 +14,11 @@ #define APPLICATION_MENUITEM_TYPE "application-item" #define APPLICATION_MENUITEM_PROP_NAME "app-name" -#define APPLICATION_MENUITEM_PROP_COUNT "count" +#define APPLICATION_MENUITEM_PROP_COUNT "app-count" #define INDICATOR_MENUITEM_TYPE "indicator-item" -#define INDICATOR_MENUITEM_PROP_LABEL "label" -#define INDICATOR_MENUITEM_PROP_ICON "icon" +#define INDICATOR_MENUITEM_PROP_LABEL "indicator-label" +#define INDICATOR_MENUITEM_PROP_ICON "indicator-icon" #define INDICATOR_MENUITEM_PROP_RIGHT "right-side-text" #endif /* __DBUS_DATA_H__ */ |