aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2011-03-21 15:51:23 +0000
committerConor Curran <conor.curran@canonical.com>2011-03-21 15:51:23 +0000
commitd737d7c43b907929fc62c294a0962284f097853d (patch)
treecdaf3170086da26a8e1a46705d85df8ebe3e442b
parentb6267620f79b62b288a66026c2aebb44b17efcb2 (diff)
downloadayatana-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
-rw-r--r--src/transport-menu-item.vala4
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){