diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:19 -0600 |
commit | 5d97173ceb9192b8cf01c8f1ba0d761f2434817c (patch) | |
tree | a7305101c1c414cc36e7a5b2f4319377cc9549e9 /src/application-service-appstore.c | |
parent | cb14ba38535788494734b0a775148ec873231f07 (diff) | |
parent | 8226d6c8f8870be9d2902fcd2137b242f2559da8 (diff) | |
download | libayatana-appindicator-5d97173ceb9192b8cf01c8f1ba0d761f2434817c.tar.gz libayatana-appindicator-5d97173ceb9192b8cf01c8f1ba0d761f2434817c.tar.bz2 libayatana-appindicator-5d97173ceb9192b8cf01c8f1ba0d761f2434817c.zip |
Syncing to final icon-path changes
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r-- | src/application-service-appstore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c index a712d30..ae9876e 100644 --- a/src/application-service-appstore.c +++ b/src/application-service-appstore.c @@ -40,7 +40,7 @@ static gboolean _application_service_server_get_applications (ApplicationService #define NOTIFICATION_ITEM_PROP_STATUS "Status" #define NOTIFICATION_ITEM_PROP_ICON_NAME "IconName" #define NOTIFICATION_ITEM_PROP_AICON_NAME "AttentionIconName" -#define NOTIFICATION_ITEM_PROP_ICON_PATH "IconPath" +#define NOTIFICATION_ITEM_PROP_ICON_PATH "IconThemePath" #define NOTIFICATION_ITEM_PROP_MENU "Menu" #define NOTIFICATION_ITEM_SIG_NEW_ICON "NewIcon" |