aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-26 11:13:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-26 11:13:29 +0800
commitbb86fd83943d1a88ee921cf746f720dfbc08a4b3 (patch)
tree8318cb093c56b5a3cd5c85ae993eef8e9ab1fe6b /mail/ChangeLog
parentb9006f61327b6185a243eb3b0a0a8e0631588a23 (diff)
downloadgsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.gz
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.bz2
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.lz
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.xz
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.tar.zst
gsoc2013-evolution-bb86fd83943d1a88ee921cf746f720dfbc08a4b3.zip
Make the gtk label line-wrap instead of us forcing \n's in the label, that
2002-07-25 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (create_label): Make the gtk label line-wrap instead of us forcing \n's in the label, that was just wrong. Fixes bug #10320. svn path=/trunk/; revision=17598
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 73e03d7740..16cdd31de4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-config-druid.c (create_label): Make the gtk label line-wrap
+ instead of us forcing \n's in the label, that was just
+ wrong. Fixes bug #10320.
+
* mail-callbacks.c (composer_send_cb): Make sure that the url
isn't an empty string and also make sure to free it when we're
done with it. Also check that we got the folder - if it is NULL,