aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-11-05 04:57:35 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-05 04:57:35 +0800
commit7007a0191dfcfeb1769d76a2b3085be0bc4f10fb (patch)
tree768ae9df047db175200ee3be13472729af496f0f /composer/ChangeLog
parent90d4156ad06c297cb0030c5d3def03c771a5a78f (diff)
downloadgsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.tar
gsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.tar.gz
gsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.tar.bz2
gsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.tar.lz
gsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.tar.xz
gsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.tar.zst
gsoc2013-evolution-7007a0191dfcfeb1769d76a2b3085be0bc4f10fb.zip
** Fixes bug #554450
2008-11-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #554450 * composer/e-msg-composer.c (msg_composer_init): Get drag-and-drop to the attachment bar working again, but see my note in the source code. I'm still not sure why it broke. svn path=/trunk/; revision=36741
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index aa88a29e94..185de38ec4 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-04 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #554450
+
+ * e-msg-composer.c (msg_composer_init):
+ Get drag-and-drop to the attachment bar working again, but see
+ my note in the source code. I'm still not sure why it broke.
+
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559028