* src/gramps_main.py (read_file): No longer setting the windows non-resizable during load. Works fine now without it and causes less trouble to the windowmanager.

svn: r4648
This commit is contained in:
Martin Hawlisch 2005-05-20 21:29:02 +00:00
parent ec654be45e
commit ace6a1ec0b

View File

@ -7,6 +7,9 @@
* src/WriteXML.py: Remove unnecessary database reads, so it does no
longer crash when exporting a corrupt database.
* src/WriteGedcom.py: Some hardening against corrupt database.
* src/gramps_main.py (read_file): No longer setting the windows
non-resizable during load. Works fine now without it and causes less
trouble to the windowmanager.
2005-05-20 Alex Roitman <shura@gramps-project.org>
* src/SelectObject.py (on_select_row): Properly get mime type.