aboutsummaryrefslogtreecommitdiff
path: root/src/mimeview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 09:17:17 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 09:17:17 +0000
commit0ff75d10977146767ccc42c2e2915f75886a68bf (patch)
treed006e0d23948dfa1e66d7ccbe9e5746472c2e54e /src/mimeview.h
parent15ecfbc6effda513ca18e81b419b0eaf02daa0d5 (diff)
changed the implementation of switching Text/MIME view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@154 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mimeview.h')
-rw-r--r--src/mimeview.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mimeview.h b/src/mimeview.h
index 8701462d..7170243e 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -40,12 +40,11 @@ typedef enum
struct _MimeView
{
- GtkWidget *notebook;
- GtkWidget *vbox;
-
GtkWidget *paned;
+
GtkWidget *scrolledwin;
GtkWidget *ctree;
+
GtkWidget *mime_vbox;
MimeViewType type;