region: make the layout options modal
https://bugzilla.gnome.org/show_bug.cgi?id=646183
This commit is contained in:
parent
e98da62078
commit
eac562b162
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ xkb_options_popup_dialog (GtkBuilder * dialog)
|
|||
chooser = CWID ("xkb_options_dialog");
|
||||
gtk_window_set_transient_for (GTK_WINDOW (chooser),
|
||||
GTK_WINDOW (gtk_widget_get_toplevel (WID ("region_notebook"))));
|
||||
gtk_window_set_modal (GTK_WINDOW (chooser), TRUE);
|
||||
xkb_options_load_options (chooser_dialog);
|
||||
|
||||
g_signal_connect (chooser, "response",
|
||||
|
|
Loading…
Add table
Reference in a new issue