aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 08:04:07 -0600
committerTed Gould <ted@gould.cx>2010-01-08 08:04:07 -0600
commit83b4f68c5a188d3826beefbe2adddecc0f0a4668 (patch)
treec91a011e844d6220107820a66f9c1b09edbba6b0 /src/application-service-appstore.c
parentad8ca0d507d627da2221d39cd45c78e760623598 (diff)
downloadayatana-indicator-application-83b4f68c5a188d3826beefbe2adddecc0f0a4668.tar.gz
ayatana-indicator-application-83b4f68c5a188d3826beefbe2adddecc0f0a4668.tar.bz2
ayatana-indicator-application-83b4f68c5a188d3826beefbe2adddecc0f0a4668.zip
Changing the property to 'IconThemePath' to make it more clear about what it adjusts.
Diffstat (limited to 'src/application-service-appstore.c')
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 1ac309a..f76bbe2 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"
/* Private Stuff */