aboutsummaryrefslogtreecommitdiff
path: root/src/compose.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-08-16 04:41:14 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-08-16 04:41:14 +0000
commit7972b5e647b674e89e7e2367aa4aa469880f35df (patch)
tree788425970413370a08f63872f1a85b3012776242 /src/compose.h
parentddc8a56649bd28bb8c02bd90beb1c023d8801788 (diff)
removed redundant gtk_tooltips_new() and destroy GtkTooltips object on close.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3151 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.h')
-rw-r--r--src/compose.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/compose.h b/src/compose.h
index 5dcf61c2..ea8c7ade 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2008 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 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
@@ -25,6 +25,7 @@
#include <gtk/gtkitemfactory.h>
#include <gtk/gtktexttag.h>
#include <gtk/gtkliststore.h>
+#include <gtk/gtktooltips.h>
typedef struct _Compose Compose;
typedef struct _AttachInfo AttachInfo;
@@ -198,6 +199,8 @@ struct _Compose
gboolean window_maximized;
gboolean block_modified;
+
+ GtkTooltips *toolbar_tip;
};
struct _AttachInfo