aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeff Cai <jeff.cai@sun.com>2005-10-21 14:58:33 +0800
committerHarry Lu <haip@src.gnome.org>2005-10-21 14:58:33 +0800
commitc0bc7e8dc59cd7049dee6fc090a59d44b3468f1a (patch)
treee5b2ef51b7e800d0492489fa6042e2830ec32ec0 /mail/ChangeLog
parent0776ea1d51904fe2ad012fb660b5fe955d6d8fee (diff)
downloadgsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.tar
gsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.tar.gz
gsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.tar.bz2
gsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.tar.lz
gsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.tar.xz
gsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.tar.zst
gsoc2013-evolution-c0bc7e8dc59cd7049dee6fc090a59d44b3468f1a.zip
Change the declaration of flag 'preview_active' from one bit of int to one
2005-10-21 Jeff Cai <jeff.cai@sun.com> * mail/em-folder-view.h : Change the declaration of flag 'preview_active' from one bit of int to one bit of guint because it will be -1 on linux if being declared one bit of int. svn path=/trunk/; revision=30546
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7cc6a98bcb..3d024f068f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-21 Jeff Cai <jeff.cai@sun.com>
+
+ * mail/em-folder-view.h : Change the declaration of flag
+ 'preview_active' from one bit of int to one bit of guint
+ because it will be -1 on linux if being declared one bit of int.
+
2005-10-19 Philip Van Hoof <pvanhoof@gnome.org>
composer/e-msg-composer-select-file.c,
composer/e-msg-composer.c, composer/e-msg-composer.h,