From 8e111616a87937a92ecc2a42574ddd57a52604b0 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 5 Dec 2009 19:20:34 -0200 Subject: [PATCH] Yet more TODOs --- mitterlib/ui/ui_pygtk.py | 4 ++++ 1 file changed, 4 insertions(+) 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