Database saving

svn: r2927
This commit is contained in:
Don Allingham
2004-02-28 20:15:48 +00:00
parent 9b0827745c
commit f60a720646
7 changed files with 38 additions and 85 deletions

View File

@ -324,6 +324,7 @@ class EditSource:
self.gallery_ok = 1
self.db.commit_source(self.source)
if self.callback:
self.callback(self.source)
self.close(obj)