* 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

@@ -6381,7 +6381,7 @@
<property name="title" translatable="yes"></property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="modal">True</property>
<property name="default_width">300</property>
<property name="default_height">200</property>
<property name="resizable">True</property>