diff options
author | Sense Hofstede <sense@ubuntu.com> | 2010-07-22 16:57:29 +0200 |
---|---|---|
committer | Sense Hofstede <sense@ubuntu.com> | 2010-07-22 16:57:29 +0200 |
commit | 0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63 (patch) | |
tree | f6f84cc168459c2354cdb8883df8e47159bbc917 | |
parent | 0bbee36d1c080b247d14c5131666c7436761ece6 (diff) | |
download | libayatana-appindicator-0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63.tar.gz libayatana-appindicator-0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63.tar.bz2 libayatana-appindicator-0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63.zip |
Fix wrong naming that caused the signal to be missed
-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 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 { |