aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-06 00:06:53 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-06 00:06:53 +0800
commitabfe245a43f0bd040f88bfc6aae58c23f26958d7 (patch)
tree12e712069de4ab687d16e0c963ae280d9236f56c
parent8436f727bb98db48b70cb09b7246f2fdf5d22a60 (diff)
downloadgsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.tar
gsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.tar.gz
gsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.tar.bz2
gsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.tar.lz
gsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.tar.xz
gsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.tar.zst
gsoc2013-evolution-abfe245a43f0bd040f88bfc6aae58c23f26958d7.zip
Upped the version number to 0.5.99.4.
2001-03-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Upped the version number to 0.5.99.4. * gal/e-text/e-text.c (e_text_draw): Fixed a crash here. svn path=/trunk/; revision=8556
-rw-r--r--widgets/text/e-text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index 0e40128e68..84ee92fb17 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -1994,6 +1994,7 @@ e_text_draw (GnomeCanvasItem *item, GdkDrawable *drawable,
if ( !lines ) {
text->needs_split_into_lines = 1;
e_canvas_item_request_reflow (item);
+ return;
}
clip_rect = NULL;