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