aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-view.h')
-rw-r--r--mail/em-folder-view.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/em-folder-view.h b/mail/em-folder-view.h
index bb0471f444..87dff43634 100644
--- a/mail/em-folder-view.h
+++ b/mail/em-folder-view.h
@@ -90,18 +90,18 @@ struct _EMFolderView {
TODO: should this be on class? */
int mark_seen_timeout; /* local copy of gconf stuff */
- int mark_seen:1;
- 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? */
+ guint mark_seen:1;
+ guint preview_active:1; /* is preview being used */
+ guint statusbar_active:1; /* should we manage the statusbar messages ourselves? */
+ guint hide_deleted:1;
+ guint list_active:1; /* we actually showing the list? */
};
struct _EMFolderViewClass {
GtkVBoxClass parent_class;
/* behaviour definition */
- int update_message_style:1;
+ guint update_message_style:1;
/* if used as a control, used to activate/deactivate custom menu's */
void (*activate)(EMFolderView *, struct _BonoboUIComponent *uic, int state);