Adjusting todo for new reality
authorEd Page <eopage@byu.net>
Sat, 10 Jul 2010 02:17:46 +0000 (21:17 -0500)
committerEd Page <eopage@byu.net>
Sat, 10 Jul 2010 02:17:46 +0000 (21:17 -0500)
src/libraries/qtpieboard.py

index a331cfd..f51cbb7 100755 (executable)
@@ -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):