diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index b0339e1..afe17a8 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -393,6 +393,8 @@ class Interface(object): "Send a response to someone's else message", gtk.STOCK_REDO) self._reply_action.set_property('sensitive', False) # TODO: Connect + # TODO: Connecting function should indicate in the status bar that + # a reply will be made action_group.add_action_with_accel(self._reply_action, 'r') # TODO: Find a better word (non-network related) to this @@ -401,6 +403,8 @@ class Interface(object): gtk.STOCK_CONVERT) self._repost_action.set_property('sensitive', False) # TODO: Connect + # TODO: Connecting function should indicate in the status bar that + # a repost will be made. action_group.add_action_with_accel(self._repost_action, 't') # Help actions