From 7972b5e647b674e89e7e2367aa4aa469880f35df Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 16 Aug 2012 04:41:14 +0000 Subject: 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 --- src/mainwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') 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); -- cgit v1.2.3