]> Pileus Git - ~andy/gtk/commitdiff
Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.
authorJeff Garzik <jgarzik@src.gnome.org>
Thu, 31 Dec 1998 05:35:29 +0000 (05:35 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Thu, 31 Dec 1998 05:35:29 +0000 (05:35 +0000)
gtk/gtklabel.c

index 3be436e4b7ab1076144798e50884d44921cd9d12..def945546b5d1e5b45c44f70d7005e90e363fa77 100644 (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
        {