From 7f0f735b408ad87ee70764485001d07806280673 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 4 Sep 2009 14:59:04 -0500 Subject: Making sure these don't conflict with ones already in usage. --- src/dbus-data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/dbus-data.h') 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__ */ -- cgit v1.2.3