diff --git a/demos/gtk-demo/links.c b/demos/gtk-demo/links.c index d4f6dddb20..f0c6d80579 100644 --- a/demos/gtk-demo/links.c +++ b/demos/gtk-demo/links.c @@ -33,6 +33,7 @@ activate_link (GtkWidget *label, "The term keynav is a shorthand for " "keyboard navigation and refers to the process of using " "a program (exclusively) via keyboard input."); + gtk_window_set_modal (dialog, TRUE); gtk_window_present (GTK_WINDOW (dialog)); g_signal_connect (dialog, "response", G_CALLBACK (response_cb), NULL);