Browse Source

Yet more TODOs

master
Julio Biason 15 years ago
parent
commit
8e111616a8
  1. 4
      mitterlib/ui/ui_pygtk.py

4
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, '<Ctrl>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, '<Ctrl>t')
# Help actions

Loading…
Cancel
Save