aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-07-16 16:11:59 +0800
committerChris Toshok <toshok@src.gnome.org>2004-07-16 16:11:59 +0800
commit6b532af3e9071e69423c1455658ff7b81b432ecb (patch)
tree3943051cc4ed8bb8c952e9df8a63cd3c49c763fd /widgets/misc/ChangeLog
parentf47e957ba93d105fb4651657d675282376830914 (diff)
downloadgsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.tar
gsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.tar.gz
gsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.tar.bz2
gsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.tar.lz
gsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.tar.xz
gsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.tar.zst
gsoc2013-evolution-6b532af3e9071e69423c1455658ff7b81b432ecb.zip
remove debug spew and fix the display when pango_layout_line_x_to_index
2004-07-16 Chris Toshok <toshok@ximian.com> * e-clipped-label.c (e_clipped_label_recalc_chars_displayed): remove debug spew and fix the display when pango_layout_line_x_to_index returns FALSE (before we were drawing both the ellipses and the text). svn path=/trunk/; revision=26660
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 31ad2b2761..207f500fdd 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-16 Chris Toshok <toshok@ximian.com>
+
+ * e-clipped-label.c (e_clipped_label_recalc_chars_displayed):
+ remove debug spew and fix the display when
+ pango_layout_line_x_to_index returns FALSE (before we were drawing
+ both the ellipses and the text).
+
2004-07-12 Jeffrey Stedfast <fejj@novell.com>
* e-charset-picker.c: s/GB-2312/GB2312/ - fixes bug #61385.