aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 08:12:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 08:12:24 +0000
commitf0aecea6fcbd3aaa8e36b39d952cdf6d2da3ac70 (patch)
tree6dbe2bc9a381aa42af029fe333b5414581f8a2e1 /src/compose.h
parent45982892bdd62a2b58806fe3e1a2b72115297943 (diff)
reimplemented the attachment list with GtkTreeView. Fixed attaching of locale filename.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@282 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/compose.h b/src/compose.h
index 14f95a51..1f31a929 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -24,6 +24,7 @@
#include <gtk/gtkwidget.h>
#include <gtk/gtkitemfactory.h>
#include <gtk/gtktexttag.h>
+#include <gtk/gtkliststore.h>
typedef struct _Compose Compose;
typedef struct _AttachInfo AttachInfo;
@@ -111,7 +112,8 @@ struct _Compose
GtkWidget *paned;
GtkWidget *attach_scrwin;
- GtkWidget *attach_clist;
+ GtkWidget *attach_treeview;
+ GtkListStore *attach_store;
GtkWidget *edit_vbox;
GtkWidget *ruler_hbox;