aboutsummaryrefslogtreecommitdiff
path: root/src/application-service-appstore.c
diff options
context:
space:
mode:
authorSense Hofstede <sense@ubuntu.com>2010-07-22 16:57:29 +0200
committerSense Hofstede <sense@ubuntu.com>2010-07-22 16:57:29 +0200
commit0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63 (patch)
treef6f84cc168459c2354cdb8883df8e47159bbc917 /src/application-service-appstore.c
parent0bbee36d1c080b247d14c5131666c7436761ece6 (diff)
downloadayatana-indicator-application-0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63.tar.gz
ayatana-indicator-application-0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63.tar.bz2
ayatana-indicator-application-0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63.zip
Fix wrong naming that caused the signal to be missed
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 b75d11d..c5997e9 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -49,7 +49,7 @@ static gboolean _application_service_server_get_applications (ApplicationService
#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_ICON_THEME_PATH "NewIconPath"
+#define NOTIFICATION_ITEM_SIG_NEW_ICON_THEME_PATH "NewIconThemePath"
/* Private Stuff */
struct _ApplicationServiceAppstorePrivate {