* src/plugins/WebPage.py: fixed check on dialog run() return value,

changed deprecated gtk.mainiteration to gtk.main_iteration


svn: r4358
This commit is contained in:
Don Allingham
2005-04-13 18:16:20 +00:00
parent 87bf5fa71a
commit 223c363a47
2 changed files with 10 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
2005-04-13 Don Allingham <don@gramps-project.org>
* src/plugins/WebPage.py: fixed check on dialog run() return value,
changed deprecated gtk.mainiteration to gtk.main_iteration
* src/WriteGedcom.py: fixed problem with skipping events
2005-04-12 Don Allingham <don@gramps-project.org>