4343: Error message at close of address entry

svn: r16120
This commit is contained in:
Benny Malengier 2010-11-02 20:04:40 +00:00
parent bf7182ed8f
commit aff06c9b49

View File

@ -312,9 +312,9 @@ class EditPlace(EditPrimary):
msg = _("Edit Place (%s)") % self.obj.get_title()
self.db.transaction_commit(trans, msg)
self.close()
if self.callback:
self.callback(self.obj)
self.close()
#-------------------------------------------------------------------------
#