aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-10-17 09:43:39 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-10-17 09:43:39 +0800
commit8e2daf88d3318b1033d714c27234e1918c016e52 (patch)
tree7f46e049447fb6e4ce640a0a5a4381598e31edaf
parent016868172c86d41808ba3e455da1576c6dbe736b (diff)
downloadgsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.tar
gsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.tar.gz
gsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.tar.bz2
gsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.tar.lz
gsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.tar.xz
gsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.tar.zst
gsoc2013-evolution-8e2daf88d3318b1033d714c27234e1918c016e52.zip
Mark the file selector modal. Quick fix for bug #32256.
2002-10-16 Not Zed <NotZed@Ximian.com> * e-msg-composer-select-file.c (select_file_internal): Mark the file selector modal. Quick fix for bug #32256. svn path=/trunk/; revision=18380
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/e-msg-composer-select-file.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index f04c32fd74..3683eebc17 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-16 Not Zed <NotZed@Ximian.com>
+
+ * e-msg-composer-select-file.c (select_file_internal): Mark the
+ file selector modal. Quick fix for bug #32256.
+
2002-10-04 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart): Set
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))