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:
committed by
Harish Krishnaswamy
parent
dcaef2dcba
commit
97f475b2dd
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user