More default property value corrections

svn path=/trunk/; revision=19276
This commit is contained in:
Matthias Clasen
2007-12-28 17:10:33 +00:00
parent 98c4b12ea3
commit 81b82a676f
5 changed files with 12 additions and 5 deletions

View File

@ -296,7 +296,7 @@ gtk_label_class_init (GtkLabelClass *class)
g_param_spec_string ("label",
P_("Label"),
P_("The text of the label"),
NULL,
"",
GTK_PARAM_READWRITE));
g_object_class_install_property (gobject_class,
PROP_ATTRIBUTES,