aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.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/mainwindow.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/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 50550c26..bc0107d4 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2010 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
@@ -133,6 +133,8 @@ struct _MainWindow
SummaryView *summaryview;
MessageView *messageview;
LogWindow *logwin;
+
+ GtkTooltips *toolbar_tip;
};
MainWindow *main_window_create (SeparateType type);