aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-24 08:30:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-24 08:30:13 +0000
commit0a02061397634278a6528b9f2b695957eafc3daa (patch)
treee2efd264eed0d3f01c5a4ebf6208376dc6e87fc3 /ChangeLog
parent613b068b149c876574368ed003f2bd9d0b666c00 (diff)
fixed the problem that DnD didn't work on GTK+ 2.8
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@674 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35335d9f..32943089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-24
+
+ * src/summaryview.c
+ src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8
+ (thanks to Victor Ananajevsky).
+
2005-10-21
* src/main.c: replaced gdk_input_add() with GIOChannel.