diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-21 15:51:23 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-21 15:51:23 +0000 |
commit | d737d7c43b907929fc62c294a0962284f097853d (patch) | |
tree | cdaf3170086da26a8e1a46705d85df8ebe3e442b /src/transport-menu-item.vala | |
parent | b6267620f79b62b288a66026c2aebb44b17efcb2 (diff) | |
download | ayatana-indicator-sound-d737d7c43b907929fc62c294a0962284f097853d.tar.gz ayatana-indicator-sound-d737d7c43b907929fc62c294a0962284f097853d.tar.bz2 ayatana-indicator-sound-d737d7c43b907929fc62c294a0962284f097853d.zip |
add an important todo to remind myself of the need to get that timeout removed
Diffstat (limited to 'src/transport-menu-item.vala')
-rw-r--r-- | src/transport-menu-item.vala | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport-menu-item.vala b/src/transport-menu-item.vala index 6728cd1..ec41dd7 100644 --- a/src/transport-menu-item.vala +++ b/src/transport-menu-item.vala @@ -41,6 +41,10 @@ public class TransportMenuitem : PlayerItem this.cached_action = Transport.Action.NO_ACTION; } + /** + Please remove this timeout when the default player can handle mpris commands + immediately once it raises its dbus interface + **/ public void handle_cached_action() { if (this.cached_action != Transport.Action.NO_ACTION){ |