diff options
author | Ted Gould <ted@gould.cx> | 2010-01-20 14:42:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-20 14:42:59 -0600 |
commit | b22c464dacbc94cb5e73584021aa00bb87b9a28c (patch) | |
tree | a6fca8b185aa2a807a961b870e3a0c9177071890 /src/application-service.xml | |
parent | ba6eadc425796f206169d3ffd91934417f045506 (diff) | |
parent | 9c545b7e13a3c0926d569775cfe5ff470874f675 (diff) | |
download | libayatana-appindicator-b22c464dacbc94cb5e73584021aa00bb87b9a28c.tar.gz libayatana-appindicator-b22c464dacbc94cb5e73584021aa00bb87b9a28c.tar.bz2 libayatana-appindicator-b22c464dacbc94cb5e73584021aa00bb87b9a28c.zip |
Merge to get the current list of applications on startup.
Diffstat (limited to 'src/application-service.xml')
-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 --> |