diff options
author | Ted Gould <ted@gould.cx> | 2009-12-20 17:24:13 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-20 17:24:13 -0600 |
commit | 9185eeee48ad6fc91b023127e9f92f7348a0c6aa (patch) | |
tree | e26c5c6c22f8092701af2bf9c4aa8ca644b2f68b /src/application-service.xml | |
parent | a9c6b6e346c1c850284f8766171a371da8c7b595 (diff) | |
download | libayatana-appindicator-9185eeee48ad6fc91b023127e9f92f7348a0c6aa.tar.gz libayatana-appindicator-9185eeee48ad6fc91b023127e9f92f7348a0c6aa.tar.bz2 libayatana-appindicator-9185eeee48ad6fc91b023127e9f92f7348a0c6aa.zip |
Adding in the icon path to the list of parameters that are passed when we have a new application.
Diffstat (limited to 'src/application-service.xml')
-rw-r--r-- | src/application-service.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index fdd25bb..d354943 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -35,6 +35,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="i" name="position" direction="out" /> <arg type="s" name="dbusaddress" direction="out" /> <arg type="o" name="dbusobject" direction="out" /> + <arg type="s" name="iconpath" direction="out" /> </signal> <signal name="ApplicationRemoved"> <arg type="i" name="position" direction="out" /> |