diff options
author | Ted Gould <ted@gould.cx> | 2011-02-24 21:50:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-24 21:50:05 -0600 |
commit | 1cfc978dbf1df5ed02adc9a57f22d67d04621d06 (patch) | |
tree | d7436322334bab54e911ca1b10eb1af32bacc2fc /src/application-service.xml | |
parent | ab57d4162744d35bb08280d5922ce4044dec2042 (diff) | |
download | ayatana-indicator-application-1cfc978dbf1df5ed02adc9a57f22d67d04621d06.tar.gz ayatana-indicator-application-1cfc978dbf1df5ed02adc9a57f22d67d04621d06.tar.bz2 ayatana-indicator-application-1cfc978dbf1df5ed02adc9a57f22d67d04621d06.zip |
Switching things around so the icon switches with the description all the way up the stack
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index fc65c40..f3164ef 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -52,6 +52,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <signal name="ApplicationIconChanged"> <arg type="i" name="position" direction="out" /> <arg type="s" name="icon_name" direction="out" /> + <arg type="s" name="icon_desc" direction="out" /> </signal> <signal name="ApplicationIconThemePathChanged"> <arg type="i" name="position" direction="out" /> @@ -62,9 +63,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="label" direction="out" /> <arg type="s" name="guide" direction="out" /> </signal> - <signal name="ApplicationAccessibleDescChanged"> - <arg type="i" name="position" direction="out" /> - <arg type="s" name="accessible_desc" direction="out" /> - </signal> </interface> </node> |