diff options
Diffstat (limited to 'src/messageview.h')
-rw-r--r-- | src/messageview.h | 4 |
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; |