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.xml | |
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.xml')
-rw-r--r-- | src/application-service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 9a559d2..dcccfa4 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -44,9 +44,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="icon_name" direction="out" /> </signal> - <signal name="ApplicationIconPathChanged"> + <signal name="ApplicationIconThemePathChanged"> <arg type="i" name="position" direction="out" /> - <arg type="s" name="icon_path" direction="out" /> + <arg type="s" name="icon_theme_path" direction="out" /> </signal> </interface> |