This commit is contained in:
Yann Leboulanger 2005-02-26 23:18:57 +00:00
parent 73cf85b57e
commit cfa9d02d43
1 changed files with 1 additions and 1 deletions

View File

@ -1087,7 +1087,7 @@ class accountPreference_Window:
def on_chk_pass_toggled(self, widget):
if self.xml.get_widget('checkbutton').get_active():
return
self.on_chk_pass_toggled_and_clear(widget, \
self.on_chk_toggled_and_clear(widget, \
[self.xml.get_widget('entry_password')])
def on_chk_new_toggled(self, widget):