* src/AddrEdit.py: Fixed OK button callback
svn: r2154
This commit is contained in:
parent
ab4ce0d494
commit
9e23254ef8
@ -112,7 +112,7 @@ class AddressEditor:
|
||||
self.window.set_transient_for(parent_window)
|
||||
val = self.window.run()
|
||||
if val == gtk.RESPONSE_OK:
|
||||
self.on_name_edit_ok_clicked()
|
||||
self.ok_clicked()
|
||||
self.window.destroy()
|
||||
|
||||
def ok_clicked(self):
|
||||
|
Loading…
Reference in New Issue
Block a user