diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-06 03:03:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-06 03:03:02 +0800 |
commit | f1d87c869e057adb510465dbaae4d2624020f9f4 (patch) | |
tree | 24a3d25dad1fa18b9f78fc46e59cf4301e865cd4 /mail/ChangeLog | |
parent | 7635b6f4517c48a17882e958b1c0fd04c192dbf4 (diff) | |
download | gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.tar gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.tar.gz gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.tar.bz2 gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.tar.lz gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.tar.xz gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.tar.zst gsoc2013-evolution-f1d87c869e057adb510465dbaae4d2624020f9f4.zip |
Set the send/recv dialog to non-modal. Fixes bug #50127.
2004-01-05 Jeffrey Stedfast <fejj@ximian.com>
* mail-send-recv.c (build_dialog): Set the send/recv dialog to
non-modal. Fixes bug #50127.
svn path=/trunk/; revision=24053
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 306a003176..549257c922 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2004-01-05 Jeffrey Stedfast <fejj@ximian.com> + * mail-send-recv.c (build_dialog): Set the send/recv dialog to + non-modal. Fixes bug #50127. + * em-folder-tree-model.c (folder_subscribed_cb): If we aren't in the main thread, proxy it over to the main thread. (folder_unsubscribed_cb): Same. |