label: Initialize lines value to -1
Fixes defaultvalue test.
This commit is contained in:
parent
64a1f30468
commit
4787a1ac61
@ -1256,6 +1256,7 @@ gtk_label_init (GtkLabel *label)
|
||||
priv->width_chars = -1;
|
||||
priv->max_width_chars = -1;
|
||||
priv->label = NULL;
|
||||
priv->lines = -1;
|
||||
|
||||
priv->jtype = GTK_JUSTIFY_LEFT;
|
||||
priv->wrap = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user