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
This commit is contained in:
Harish Krishnaswamy
2006-01-11 13:09:09 +00:00
committed by Harish Krishnaswamy
parent dcaef2dcba
commit 97f475b2dd

View File

@ -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;