aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compose.h b/src/compose.h
index 76a80c6a..c0a9c923 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -23,6 +23,7 @@
#include <glib.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtkitemfactory.h>
+#include <gtk/gtktexttag.h>
typedef struct _Compose Compose;
typedef struct _AttachInfo AttachInfo;
@@ -163,7 +164,7 @@ struct _Compose
UndoMain *undostruct;
- gchar *sig_str;
+ GtkTextTag *sig_tag;
/* external editor */
gchar *exteditor_file;