diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-11 21:09:09 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-11 21:09:09 +0800 |
commit | 97f475b2dd86131574bc29da4eaa01ed3ef94072 (patch) | |
tree | f0623912cd68e39df9054620347988bdf209f7ce /widgets | |
parent | dcaef2dcba2bf0a41f881832645c84fa566daa60 (diff) | |
download | gsoc2013-evolution-97f475b2dd86131574bc29da4eaa01ed3ef94072.tar.gz 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')
-rw-r--r-- | widgets/text/e-text.c | 2 |
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; |