* src/gramps_main.py (new_database_response,read_file,save_file):

Pass parent window to DbPrompter.
* src/DbPrompter.py (__init__): Accept optional parent argument;
(show): Make the window the transient for the main window.
* src/gramps.glade: Make Opendb dialog modal.


svn: r2103
This commit is contained in:
Alex Roitman
2003-09-08 04:12:43 +00:00
parent e6a9bbbba2
commit 727cbff2da
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
2003-09-07 Alex Roitman <shura@alex.neuro.umn.edu>
* src/gramps_main.py (new_database_response,read_file,save_file):
Pass parent window to DbPrompter.
* src/DbPrompter.py (__init__): Accept optional parent argument;
(show): Make the window the transient for the main window.
* src/gramps.glade: Make Opendb dialog modal.
2003-09-07 Don Allingham <dallingham@users.sourceforge.net>
* src/gramps_main.py: re-present the open dialog box on
a failure to open a file.