aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeff Cai <jeff.cai@sun.com>2005-10-21 15:54:56 +0800
committerHarry Lu <haip@src.gnome.org>2005-10-21 15:54:56 +0800
commitf681752db0d20196cf6daf6b7ba76815096e01ab (patch)
tree49dcfd248e421a52f75eb77d226cb593a6dedd87 /mail
parentc0bc7e8dc59cd7049dee6fc090a59d44b3468f1a (diff)
downloadgsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.tar
gsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.tar.gz
gsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.tar.bz2
gsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.tar.lz
gsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.tar.xz
gsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.tar.zst
gsoc2013-evolution-f681752db0d20196cf6daf6b7ba76815096e01ab.zip
Reverse previous patch because of bug 319376.
2005-10-21 Jeff Cai <jeff.cai@sun.com> Reverse previous patch because of bug 319376. * em-folder-view.h: svn path=/trunk/; revision=30547
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-folder-view.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3d024f068f..b1418f79aa 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2005-10-21 Jeff Cai <jeff.cai@sun.com>
+ Reverse previous patch because of bug 319376.
+ * em-folder-view.h:
+
+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.
diff --git a/mail/em-folder-view.h b/mail/em-folder-view.h
index c0593b6bf0..bb0471f444 100644
--- a/mail/em-folder-view.h
+++ b/mail/em-folder-view.h
@@ -91,7 +91,7 @@ struct _EMFolderView {
int mark_seen_timeout; /* local copy of gconf stuff */
int mark_seen:1;
- guint preview_active:1; /* is preview being used */
+ int preview_active:1; /* is preview being used */
int statusbar_active:1; /* should we manage the statusbar messages ourselves? */
int hide_deleted:1;
int list_active:1; /* we actually showing the list? */