From 8e2daf88d3318b1033d714c27234e1918c016e52 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 17 Oct 2002 01:43:39 +0000 Subject: Mark the file selector modal. Quick fix for bug #32256. 2002-10-16 Not Zed * e-msg-composer-select-file.c (select_file_internal): Mark the file selector modal. Quick fix for bug #32256. svn path=/trunk/; revision=18380 --- composer/e-msg-composer-select-file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'composer/e-msg-composer-select-file.c') diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c index 46bbc28b3a..38f0e1e561 100644 --- a/composer/e-msg-composer-select-file.c +++ b/composer/e-msg-composer-select-file.c @@ -213,6 +213,7 @@ select_file_internal (EMsgComposer *composer, gtk_object_set_data_full (GTK_OBJECT (composer), "e-msg-composer-file-selection-info", info, file_selection_info_destroy_notify); + gtk_window_set_modal((GtkWindow *)info->widget, TRUE); } if (GTK_WIDGET_VISIBLE (info->widget)) -- cgit v1.2.3