diff options
author | Ted Gould <ted@gould.cx> | 2010-08-11 13:04:52 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-11 13:04:52 -0500 |
commit | 2a0f0b9f099c2714556099fc7ddf1ceca5378fa2 (patch) | |
tree | 5ecf8cda438e80a073fa5252a9fe9c1dd1171a1e | |
parent | 16cdfbcf41b0136f2e29836a7bdb76a6f05ec4b7 (diff) | |
download | ayatana-indicator-application-2a0f0b9f099c2714556099fc7ddf1ceca5378fa2.tar.gz ayatana-indicator-application-2a0f0b9f099c2714556099fc7ddf1ceca5378fa2.tar.bz2 ayatana-indicator-application-2a0f0b9f099c2714556099fc7ddf1ceca5378fa2.zip |
Changing the app store
-rw-r--r-- | src/application-service-appstore.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index 55906ff..cf74efc 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -45,13 +45,13 @@ static gboolean _application_service_server_get_applications (ApplicationService #define NOTIFICATION_ITEM_PROP_AICON_NAME "AttentionIconName" #define NOTIFICATION_ITEM_PROP_ICON_THEME_PATH "IconThemePath" #define NOTIFICATION_ITEM_PROP_MENU "Menu" -#define NOTIFICATION_ITEM_PROP_LABEL "Label" -#define NOTIFICATION_ITEM_PROP_LABEL_GUIDE "LabelGuide" +#define NOTIFICATION_ITEM_PROP_LABEL "XAyatanaLabel" +#define NOTIFICATION_ITEM_PROP_LABEL_GUIDE "XAyatanaLabelGuide" #define NOTIFICATION_ITEM_SIG_NEW_ICON "NewIcon" #define NOTIFICATION_ITEM_SIG_NEW_AICON "NewAttentionIcon" #define NOTIFICATION_ITEM_SIG_NEW_STATUS "NewStatus" -#define NOTIFICATION_ITEM_SIG_NEW_LABEL "NewLabel" +#define NOTIFICATION_ITEM_SIG_NEW_LABEL "XAyatanaNewLabel" #define NOTIFICATION_ITEM_SIG_NEW_ICON_THEME_PATH "NewIconThemePath" /* Private Stuff */ |