aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 04:06:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 04:06:34 +0000
commit45982892bdd62a2b58806fe3e1a2b72115297943 (patch)
tree98b13a02a276db3abb40f3830585e768e732aabc
parent95b53932fd9eaa5c4d5f801f343d933b6958bee1 (diff)
fixed compilation failure with GTK 2.4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@281 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--src/gtkutils.c1
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca042c89..f287f282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-24
+
+ * src/gtkutils.c: fixed compilation failure with GTK 2.4.
+
2005-05-23
* src/summaryview.[ch]: enabled DnD to external apps.
diff --git a/ChangeLog.ja b/ChangeLog.ja
index a630d085..ccb5c55c 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,7 @@
+2005-05-24
+
+ * src/gtkutils.c: GTK 2.4 でコンパイルに失敗するのを修正。
+
2005-05-23
* src/summaryview.[ch]: 外部アプリへの DnD ができるようにした。
diff --git a/src/gtkutils.c b/src/gtkutils.c
index 08597065..a4ca0605 100644
--- a/src/gtkutils.c
+++ b/src/gtkutils.c
@@ -36,6 +36,7 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreesortable.h>
#include <gtk/gtktreeview.h>
+#include <gtk/gtktreestore.h>
#include <gtk/gtkversion.h>
#include <stdlib.h>
#include <stdarg.h>