diff options
author | Ted Gould <ted@gould.cx> | 2012-02-03 20:37:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-03 20:37:21 -0600 |
commit | bc7f44a24e624911fd5b343431f5a8a4b110f653 (patch) | |
tree | 7809ba5bfb8bdc9a3f111147fce92d678232bfe3 /src | |
parent | cef6f0fc81bb99aac7cc9d78529b12c05c2a5fc1 (diff) | |
download | ayatana-indicator-application-bc7f44a24e624911fd5b343431f5a8a4b110f653.tar.gz ayatana-indicator-application-bc7f44a24e624911fd5b343431f5a8a4b110f653.tar.bz2 ayatana-indicator-application-bc7f44a24e624911fd5b343431f5a8a4b110f653.zip |
Don't need the ID as that's already the hint
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 72dbf21..9428ebb 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -26,7 +26,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <!-- Methods --> <method name="GetApplications"> - <arg type="a(sisosssssss)" name="applications" direction="out" /> + <arg type="a(sisossssss)" name="applications" direction="out" /> </method> <method name="ApplicationScrollEvent"> <arg type="s" name="dbusaddress" direction="in" /> @@ -51,7 +51,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="labelguide" direction="out" /> <arg type="s" name="accessibledesc" direction="out" /> <arg type="s" name="hint" direction="out" /> - <arg type="s" name="id" direction="out" /> <arg type="s" name="title" direction="out" /> </signal> <signal name="ApplicationRemoved"> |