From c7b3862777e559cb7c579ed3dbea06453d37cf2d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 9 Jul 2010 21:17:46 -0500 Subject: [PATCH] Adjusting todo for new reality --- src/libraries/qtpieboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/qtpieboard.py b/src/libraries/qtpieboard.py index a331cfd..f51cbb7 100755 --- a/src/libraries/qtpieboard.py +++ b/src/libraries/qtpieboard.py @@ -152,11 +152,11 @@ class KeyboardHandler(object): self.register_modifier("Alt") def register_command_handler(self, command, handler): - #@todo Make this handle multiple handlers or switch to gobject events + # @todo Look into hooking these up directly to the pie actions self.__commandHandlers["[%s]" % command] = handler def unregister_command_handler(self, command): - #@todo Make this handle multiple handlers or switch to gobject events + # @todo Look into hooking these up directly to the pie actions del self.__commandHandlers["[%s]" % command] def register_modifier(self, modifierName): -- 1.7.9.5