aboutsummaryrefslogtreecommitdiff
path: root/src/folderview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-10 08:03:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-06-10 08:03:26 +0000
commit734983533c71402a93565ede83b6d69dd33acbcc (patch)
tree68dd7b208b084c1fc2d212be650a5c111b5dc281 /src/folderview.h
parentbb4bce018962c5d7a0bb0776911e516ba78401c2 (diff)
put vbox on the top of folder view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2567 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/folderview.h')
-rw-r--r--src/folderview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/folderview.h b/src/folderview.h
index 1ac76f95..eb9b8bfd 100644
--- a/src/folderview.h
+++ b/src/folderview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2010 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
@@ -34,6 +34,8 @@ typedef struct _FolderView FolderView;
struct _FolderView
{
+ GtkWidget *vbox;
+
GtkWidget *scrolledwin;
GtkWidget *treeview;