aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-01-11 21:09:09 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-01-11 21:09:09 +0800
commit97f475b2dd86131574bc29da4eaa01ed3ef94072 (patch)
treef0623912cd68e39df9054620347988bdf209f7ce /widgets/text
parentdcaef2dcba2bf0a41f881832645c84fa566daa60 (diff)
downloadgsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar
gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar.gz
gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar.bz2
gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar.lz
gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar.xz
gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar.zst
gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.zip
Fix code style cruft from the previous commit
2006-01-11 Harish Krishnaswamy <kharish@novell.com> * Fix code style cruft from the previous commit svn path=/trunk/; revision=31140
Diffstat (limited to 'widgets/text')
-rw-r--r--widgets/text/e-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index d5aab1382b..87197b4777 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -728,7 +728,7 @@ e_text_set_property (GObject *object,
text->needs_redraw = 1;
text->needs_recalc_bounds = 1;
- if ( text->line_wrap )
+ if (text->line_wrap)
text->needs_split_into_lines = 1;
else {
text->needs_calc_height = 1;