mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make the main window the options dialog parent.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3145 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f48fd3f934
commit
1d50e884f6
@ -1736,6 +1736,8 @@ gnc_show_options_dialog(void)
|
||||
{
|
||||
options_dialog = GNOME_PROPERTY_BOX(gnome_property_box_new());
|
||||
gnome_dialog_close_hides(GNOME_DIALOG(options_dialog), TRUE);
|
||||
gnome_dialog_set_parent(GNOME_DIALOG(options_dialog),
|
||||
GTK_WINDOW (gnc_get_ui_data()));
|
||||
|
||||
gnc_build_options_dialog_contents(options_dialog, global_options);
|
||||
gnc_option_db_clean(global_options);
|
||||
|
Loading…
Reference in New Issue
Block a user