aboutsummaryrefslogtreecommitdiff
path: root/src/messageview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-06 02:48:47 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-06 02:48:47 +0000
commita0a1cc96a89bdd57519485be7a7b09b4c5333498 (patch)
treed5649830c743e038703318df4656e0d89b21e834 /src/messageview.h
parentd6efc2451b025f596253032b5547c974cf1f515f (diff)
update menu of separated message view when show_all_headers state changed.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@976 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/messageview.h')
-rw-r--r--src/messageview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/messageview.h b/src/messageview.h
index 150260ca..948efe3a 100644
--- a/src/messageview.h
+++ b/src/messageview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -50,6 +50,8 @@ struct _MessageView
GtkWidget *window;
GtkWidget *window_vbox;
GtkWidget *body_vbox;
+ GtkWidget *menubar;
+ gboolean menu_locked;
HeaderView *headerview;
TextView *textview;