Commit 012f1a9688b895177a9e88f4eec641fa661d1ccd
1 parent
fe323054
Exists in
master
and in
2 other branches
Attaching save session preferences dialog to the same window of the
terminal widget.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/objects/actions/save.c
... | ... | @@ -94,6 +94,7 @@ GtkWidget * factory(V3270SimpleAction *action, GtkWidget *terminal) { |
94 | 94 | )); |
95 | 95 | |
96 | 96 | |
97 | + gtk_window_set_transient_for(GTK_WINDOW(dialog),GTK_WINDOW(gtk_widget_get_toplevel(terminal))); | |
97 | 98 | gtk_window_set_modal(GTK_WINDOW(dialog),TRUE); |
98 | 99 | gtk_window_set_title(GTK_WINDOW(dialog),action->label); |
99 | 100 | ... | ... |