aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-06-21 05:11:15 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-06-21 05:11:15 +0800
commit552e93b4654853bd4d3dab11a1457d2d601f0dc5 (patch)
tree83851f84e6116201191dc31080246dad9dc72575 /composer/ChangeLog
parent9bb344c1106b6df3260bb48313ec9e8a6de2fa7a (diff)
downloadgsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.tar
gsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.tar.gz
gsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.tar.bz2
gsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.tar.lz
gsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.tar.xz
gsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.tar.zst
gsoc2013-evolution-552e93b4654853bd4d3dab11a1457d2d601f0dc5.zip
** Fixes bug #538908
2008-06-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #538908 * composer/e-composer-actions.h: Define E_COMPOSER_ACTION_SEND_OPTIONS. * composer/e-msg-composer.c (msg_composer_account_changed_cb): Desensitize the "send-options" action unless we've selected an Exchange or GroupWise account. Based on a patch by Paul Bolle. svn path=/trunk/; revision=35660
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 4c0ee3a144..fa81691838 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,14 @@
+2008-06-20 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #538908
+
+ * e-composer-actions.h:
+ Define E_COMPOSER_ACTION_SEND_OPTIONS.
+
+ * e-msg-composer.c (msg_composer_account_changed_cb):
+ Desensitize the "send-options" action unless we've selected an
+ Exchange or GroupWise account. Based on a patch by Paul Bolle.
+
2008-06-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #330597