From ace6a1ec0b792d80d90be8ce9421ea1e9c84b1e4 Mon Sep 17 00:00:00 2001 From: Martin Hawlisch Date: Fri, 20 May 2005 21:29:02 +0000 Subject: [PATCH] * 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 --- gramps2/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index cc05f2964..fda4edcb9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -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 * src/SelectObject.py (on_select_row): Properly get mime type.