diff options
author | Sense Hofstede <sense@ubuntu.com> | 2010-07-22 16:51:10 +0200 |
---|---|---|
committer | Sense Hofstede <sense@ubuntu.com> | 2010-07-22 16:51:10 +0200 |
commit | 0bbee36d1c080b247d14c5131666c7436761ece6 (patch) | |
tree | 8d83540ff10151b1adede5207ec774f06307e357 /src/application-service-appstore.h | |
parent | 3fb0e1143677f16976fa991098dc009a0a7b1a79 (diff) | |
download | libayatana-appindicator-0bbee36d1c080b247d14c5131666c7436761ece6.tar.gz libayatana-appindicator-0bbee36d1c080b247d14c5131666c7436761ece6.tar.bz2 libayatana-appindicator-0bbee36d1c080b247d14c5131666c7436761ece6.zip |
Clean-up and renaming variables and functions everywhere to use icon_theme_path for
the sake of consistency.
Doesn't seem to do antyhing, though.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h index 066dfbc..422b0fd 100644 --- a/src/application-service-appstore.h +++ b/src/application-service-appstore.h @@ -46,7 +46,7 @@ struct _ApplicationServiceAppstoreClass { void (*application_added) (ApplicationServiceAppstore * appstore, gchar *, gint, gchar *, gchar *, gpointer); void (*application_removed) (ApplicationServiceAppstore * appstore, gint, gpointer); void (*application_icon_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer); - void (*application_icon_path_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer); + void (*application_icon_theme_path_changed)(ApplicationServiceAppstore * appstore, gint, const gchar *, gpointer); }; struct _ApplicationServiceAppstore { |