5297: typo; self.update() was missing
svn: r18296
This commit is contained in:
parent
6cea763a8a
commit
02a46ac233
@ -287,6 +287,7 @@ class GrampsXmlWriter(UpdateCallback):
|
||||
for handle in self.db.get_source_handles():
|
||||
source = self.db.get_source_from_handle(handle)
|
||||
self.write_source(source,2)
|
||||
self.update()
|
||||
self.g.write(" </sources>\n")
|
||||
|
||||
if place_len > 0:
|
||||
|
Loading…
x
Reference in New Issue
Block a user