Browse Source

Fixed problem with new message.

master
Julio Biason 15 years ago
parent
commit
417eceb302
  1. 2
      mitterlib/ui/ui_pygtk.py

2
mitterlib/ui/ui_pygtk.py

@ -994,7 +994,7 @@ class Interface(object):
def _new_message(self, widget, user_data=None): def _new_message(self, widget, user_data=None):
"""Opens the text area for a new message.""" """Opens the text area for a new message."""
self._show_update_box() self._update_field.show()
return return
# ------------------------------------------------------------ # ------------------------------------------------------------

Loading…
Cancel
Save