diff options
| author | Ted Gould <ted@gould.cx> | 2011-08-11 09:29:30 -0500 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2011-08-11 09:29:30 -0500 |
| commit | 52de3eb2a2a7cc6a1ed8272d85585f1463f836d9 (patch) | |
| tree | f74f9f13dac6e58bfcd813a7ab2a20ef178b3db2 /src/messages-service.xml | |
| parent | bfd668716a3702fbc27abee0bf609fc747b88f4e (diff) | |
| parent | 6deeec596bef04ffaf469dfcf5197b36b41813cf (diff) | |
| download | ayatana-indicator-messages-52de3eb2a2a7cc6a1ed8272d85585f1463f836d9.tar.gz ayatana-indicator-messages-52de3eb2a2a7cc6a1ed8272d85585f1463f836d9.tar.bz2 ayatana-indicator-messages-52de3eb2a2a7cc6a1ed8272d85585f1463f836d9.zip | |
* New upstream release.
* Add an item to clear the alert
* Choose mail applications based on the default application
* Clear based on middle click
Diffstat (limited to 'src/messages-service.xml')
| -rw-r--r-- | src/messages-service.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/messages-service.xml b/src/messages-service.xml index 8a592db..d79049e 100644 --- a/src/messages-service.xml +++ b/src/messages-service.xml @@ -3,15 +3,13 @@ <interface name="com.canonical.indicator.messages.service"> <!-- Methods --> - <method name="Watch"> - <annotation name="org.freedesktop.DBus.GLib.Async" value="true" /> - </method> <method name="AttentionRequested"> <arg type="b" name="dot" direction="out" /> </method> <method name="IconShown"> <arg type="b" name="hidden" direction="out" /> </method> + <method name="ClearAttention" /> <!-- Signals --> <signal name="AttentionChanged"> |
