diff options
author | Ted Gould <ted@canonical.com> | 2009-08-08 06:48:06 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-08 06:48:06 -0600 |
commit | 8f305c45c5993e38ca76261cbe4135a55b4cfa4d (patch) | |
tree | 6252391a2c7ba379328390c037c32409542dfea9 /src/status-service.xml | |
parent | 4e06e6c3d31dbd3fdf23cbb5372f1d33fc09078b (diff) | |
download | ayatana-indicator-session-8f305c45c5993e38ca76261cbe4135a55b4cfa4d.tar.gz ayatana-indicator-session-8f305c45c5993e38ca76261cbe4135a55b4cfa4d.tar.bz2 ayatana-indicator-session-8f305c45c5993e38ca76261cbe4135a55b4cfa4d.zip |
Changing the icons to be singular for now.
Diffstat (limited to 'src/status-service.xml')
-rw-r--r-- | src/status-service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status-service.xml b/src/status-service.xml index 3807158..ba1f79f 100644 --- a/src/status-service.xml +++ b/src/status-service.xml @@ -7,7 +7,7 @@ <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> </method> <method name="StatusIcons"> - <arg type="a(s)" name="icons" direction="out" /> + <arg type="s" name="icons" direction="out" /> </method> <method name="PrettyUserName"> <arg type="s" name="name" direction="out" /> @@ -18,7 +18,7 @@ <arg type="s" name="name" direction="out" /> </signal> <signal name="StatusIconsChanged"> - <arg type="a(s)" name="icons" direction="out" /> + <arg type="s" name="icons" direction="out" /> </signal> </interface> |