|
|
@ -393,6 +393,8 @@ class Interface(object): |
|
|
|
"Send a response to someone's else message", gtk.STOCK_REDO) |
|
|
|
"Send a response to someone's else message", gtk.STOCK_REDO) |
|
|
|
self._reply_action.set_property('sensitive', False) |
|
|
|
self._reply_action.set_property('sensitive', False) |
|
|
|
# TODO: Connect |
|
|
|
# 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') |
|
|
|
action_group.add_action_with_accel(self._reply_action, '<Ctrl>r') |
|
|
|
|
|
|
|
|
|
|
|
# TODO: Find a better word (non-network related) to this |
|
|
|
# TODO: Find a better word (non-network related) to this |
|
|
@ -401,6 +403,8 @@ class Interface(object): |
|
|
|
gtk.STOCK_CONVERT) |
|
|
|
gtk.STOCK_CONVERT) |
|
|
|
self._repost_action.set_property('sensitive', False) |
|
|
|
self._repost_action.set_property('sensitive', False) |
|
|
|
# TODO: Connect |
|
|
|
# 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') |
|
|
|
action_group.add_action_with_accel(self._repost_action, '<Ctrl>t') |
|
|
|
|
|
|
|
|
|
|
|
# Help actions |
|
|
|
# Help actions |
|
|
|