aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-11 06:29:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-11 06:29:31 +0000
commit8a6a6a2795fba686d0ee7fd61f16c3a139ea0638 (patch)
tree4894610183c06ef1437b0bdd43b4ea38d750e808 /src/compose.h
parent61dd743ff094b3305f5cd166dcb4d3eca1a8028c (diff)
stabilized signature replacement of composition window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@163 ee746299-78ed-0310-b773-934348b2243d
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;