This commit is contained in:
Yann Leboulanger 2005-06-05 10:48:34 +00:00
parent 942bcc75a5
commit 99b86a7c20
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ class Change_password_dialog:
self.password1_entry = self.xml.get_widget('password1_entry')
self.password2_entry = self.xml.get_widget('password2_entry')
self.window.show_all()
self.dialog.show_all()
def run(self):
'''Wait for OK button to be pressed and return new password'''