Browse Source

Fixed problem with new message.

master
Julio Biason 14 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):
"""Opens the text area for a new message."""
self._show_update_box()
self._update_field.show()
return
# ------------------------------------------------------------

Loading…
Cancel
Save