* src/AddrEdit.py: Fixed OK button callback

svn: r2154
This commit is contained in:
Don Allingham 2003-09-22 01:53:45 +00:00
parent ab4ce0d494
commit 9e23254ef8

View File

@ -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):