correct widget name

This commit is contained in:
Yann Leboulanger 2007-06-06 21:07:06 +00:00
parent 5ca32ba606
commit 42746fc24f
1 changed files with 1 additions and 1 deletions

View File

@ -2842,7 +2842,7 @@ class AccountCreationWizardWindow:
'http://www.jabber.org/network/oldnetwork.shtml')
def on_save_password_checkbutton_toggled(self, widget):
self.xml.get_widget('pass1_entry').grab_focus()
self.xml.get_widget('password_entry').grab_focus()
def on_cancel_button_clicked(self, widget):
self.window.destroy()