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:
Jasper St. Pierre 2014-06-26 15:45:55 -04:00
parent 365bfcae12
commit 84bc445593

View File

@ -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",