From d737d7c43b907929fc62c294a0962284f097853d Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Mon, 21 Mar 2011 15:51:23 +0000 Subject: add an important todo to remind myself of the need to get that timeout removed --- src/transport-menu-item.vala | 4 ++++ 1 file changed, 4 insertions(+) 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){ -- cgit v1.2.3