Browse Source

Missed one senstive control

master
Julio Biason 15 years ago
parent
commit
c7da518093
  1. 1
      mitterlib/ui/ui_pygtk.py

1
mitterlib/ui/ui_pygtk.py

@ -636,7 +636,6 @@ class Interface(object):
self._update_button.set_property('sensitive', enabled)
self._update_action.set_property('sensitive', enabled)
self._cancel_button.set_property('sensitive', enabled)
return
def _update_statusbar(self, message):

Loading…
Cancel
Save