aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
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;