Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.

This commit is contained in:
Jeff Garzik 1998-12-31 05:35:29 +00:00
parent f2091ab7be
commit afd57f842d

View File

@ -568,7 +568,7 @@ gtk_label_split_text_wrapped (GtkLabel *label)
if (label->jtype == GTK_JUSTIFY_FILL)
word->space = (space_width * 3 + 1) / 2;
else
word->space += space_width * nspaces;
word->space = space_width * nspaces;
}
else
{