aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-25 07:40:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-25 07:40:42 +0000
commitf81c3871ec6dfa0126a8b7eb70d11a6119912291 (patch)
treeea4e45c80a89cb992b34c19d1dc36578807106e8 /ChangeLog
parentdec23ffbb96d12b4097091b7fa5eda60e12bb816 (diff)
folderview.c: fixed a bug that previously selected row was removed from the view instead of currently selected one when deleting/renaming folders from the context menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@859 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 533c2840..f6845f09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-12-25
+ * src/folderview.c: fixed a bug that previously selected row was
+ removed from the view instead of currently selected one when
+ deleting/renaming folders from the context menu.
+
+2005-12-25
+
* src/compose.c: compose_attach_parts(): attach all parts with
filenames, and don't if not (fixes failure of forwarding attachments
in some cases).