diff options
author | Ted Gould <ted@gould.cx> | 2010-01-14 23:25:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-14 23:25:34 -0600 |
commit | 321ae86c9366714e74ec70923e52facce29ca0b1 (patch) | |
tree | 82e00979c684f210bce44638ae60634b8132ea34 | |
parent | 7a001c72db8fcbd518c132862ddc215bc215aac4 (diff) | |
download | libayatana-appindicator-321ae86c9366714e74ec70923e52facce29ca0b1.tar.gz libayatana-appindicator-321ae86c9366714e74ec70923e52facce29ca0b1.tar.bz2 libayatana-appindicator-321ae86c9366714e74ec70923e52facce29ca0b1.zip |
Need icon path in the list as well.
-rw-r--r-- | src/application-service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index d74aaa9..0b2e959 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(siso)" name="applications" direction="out" /> + <arg type="a(sisos)" name="applications" direction="out" /> </method> <!-- Signals --> |