* src/Report.py: change from gtk.FILE_CHOOSER_CREATE_FOLDER to

gtl.FILE_CHOOSER_SELECT_FOLDER. GTK documentation error.


svn: r5499
This commit is contained in:
Don Allingham
2005-12-07 18:37:24 +00:00
parent ee63ee0204
commit f357f5e607
2 changed files with 17 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
slashes to prevent collision with the ISO format.
2005-12-07 Don Allingham <don@gramps-project.org>
* src/Report.py: change from gtk.FILE_CHOOSER_CREATE_FOLDER to
gtl.FILE_CHOOSER_SELECT_FOLDER. GTK documentation error.
* src/plugins/NavWebPage.py: restore .tar.gz archive option
2005-12-07 J<>r<EFBFBD>me Rapinat <romjerome@yahoo.fr>