st-icon: Undeprecate icon-name
Don't cause a bunch of warnings when the icon-name property is still a really convenient internal shorthand.
This commit is contained in:
parent
365bfcae12
commit
84bc445593
@ -252,7 +252,7 @@ st_icon_class_init (StIconClass *klass)
|
||||
pspec = g_param_spec_string ("icon-name",
|
||||
"Icon name",
|
||||
"An icon name",
|
||||
NULL, ST_PARAM_READWRITE | G_PARAM_DEPRECATED);
|
||||
NULL, ST_PARAM_READWRITE);
|
||||
g_object_class_install_property (object_class, PROP_ICON_NAME, pspec);
|
||||
|
||||
pspec = g_param_spec_int ("icon-size",
|
||||
|
Loading…
Reference in New Issue
Block a user