aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-02-29 09:11:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-02-29 09:11:38 +0000
commit229446c3d8deb2526c3e9075088689dc9fbac240 (patch)
tree0fd0ae35b5f495d005670884573d47d9af132307
parent0eeb0501f15fd6cb98476f44c31cd948d3d1803a (diff)
added missing include.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1963 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/quick_search.c3
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b95a8ced..e6928705 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-02-29
+ * src/quick_search.c: added missing #include <gtk/gtkentry.h>.
+
+2008-02-29
+
* version 2.5.0beta1
2008-02-29
diff --git a/ChangeLog.ja b/ChangeLog.ja
index a30883b1..a84d1342 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2008-02-29
+ * src/quick_search.c: #include <gtk/gtkentry.h> が足りなかったので
+ 追加。
+
+2008-02-29
+
* src/summaryview.c: フィルタモードでの新着・未読ステータス表示を修正。
2008-02-29
diff --git a/src/quick_search.c b/src/quick_search.c
index bc79b0cf..28f69795 100644
--- a/src/quick_search.c
+++ b/src/quick_search.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2007 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2008 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
@@ -27,6 +27,7 @@
#include <gtk/gtkvbox.h>
#include <gtk/gtkoptionmenu.h>
#include <gtk/gtkimage.h>
+#include <gtk/gtkentry.h>
#include "summaryview.h"
#include "quick_search.h"