mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix no transient for warnings from reconcile dialogs.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.10"/>
|
||||
<object class="GtkDialog" id="reconcile_start_dialog">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">False</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="resizable">False</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
|
||||
@@ -1918,7 +1918,8 @@ recnWindowWithBalance (GtkWidget *parent, Account *account,
|
||||
|
||||
/* Allow resize */
|
||||
gtk_window_set_resizable(GTK_WINDOW(recnData->window), TRUE);
|
||||
|
||||
gtk_window_set_transient_for(GTK_WINDOW(recnData->window),
|
||||
GTK_WINDOW (parent));
|
||||
gtk_widget_show_all(recnData->window);
|
||||
|
||||
gnc_reconcile_window_set_titles(recnData);
|
||||
|
||||
Reference in New Issue
Block a user