summaryrefslogtreecommitdiff
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-17 14:36:02 +0000
committerChristian Persch <chpe@src.gnome.org>2004-07-17 14:36:02 +0000
commit9e23a323ae594594d3b82b70215f0c786900dd8f (patch)
tree273805cb610cc4c085a4d90c1af49103acd59f5a /embed
parente3745955787160572f5bc2feb46f293c0f96894f (diff)
downloadepiphany-9e23a323ae594594d3b82b70215f0c786900dd8f.tar.gz
Since the print dialogue is modal the filechooser needs to be modal too.
2004-07-17 Christian Persch <chpe@cvs.gnome.org> * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): Since the print dialogue is modal the filechooser needs to be modal too. Fixes bug #147628.
Diffstat (limited to 'embed')
-rwxr-xr-xembed/print-dialog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index b9de37e7b..c2c6699d3 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -263,6 +263,7 @@ ephy_print_dialog_browse_button_cb (GtkWidget *widget,
G_CALLBACK (print_filechooser_response_cb),
dialog);
+ gtk_window_set_modal (GTK_WINDOW (fc), TRUE);
gtk_widget_show (GTK_WIDGET (fc));
}