typo
This commit is contained in:
parent
942bcc75a5
commit
99b86a7c20
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ class Change_password_dialog:
|
||||||
self.password1_entry = self.xml.get_widget('password1_entry')
|
self.password1_entry = self.xml.get_widget('password1_entry')
|
||||||
self.password2_entry = self.xml.get_widget('password2_entry')
|
self.password2_entry = self.xml.get_widget('password2_entry')
|
||||||
|
|
||||||
self.window.show_all()
|
self.dialog.show_all()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
'''Wait for OK button to be pressed and return new password'''
|
'''Wait for OK button to be pressed and return new password'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue