~c10ud/indicator-application/runtime-themepath-change

« back to all changes in this revision

Viewing changes to src/application-service-appstore.c

  • Committer: Sense Hofstede
  • Date: 2010-07-22 14:57:29 UTC
  • Revision ID: sense@ubuntu.com-20100722145729-r3mccz0fzmnafd7g
Fix wrong naming that caused the signal to be missed

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#define NOTIFICATION_ITEM_SIG_NEW_ICON    "NewIcon"
50
50
#define NOTIFICATION_ITEM_SIG_NEW_AICON   "NewAttentionIcon"
51
51
#define NOTIFICATION_ITEM_SIG_NEW_STATUS  "NewStatus"
52
 
#define NOTIFICATION_ITEM_SIG_NEW_ICON_THEME_PATH    "NewIconPath"
 
52
#define NOTIFICATION_ITEM_SIG_NEW_ICON_THEME_PATH    "NewIconThemePath"
53
53
 
54
54
/* Private Stuff */
55
55
struct _ApplicationServiceAppstorePrivate {