aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.h
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/em-folder-view.h
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/em-folder-view.h')
-rw-r--r--mail/em-folder-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-view.h b/mail/em-folder-view.h
index bb0471f444..c0593b6bf0 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;
- int preview_active:1; /* is preview being used */
+ guint 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? */