[gnome-shell] st-icon: Undeprecate icon-name



commit 84bc445593183a4fa289129d1de32c8bf7f75391
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jun 26 15:45:55 2014 -0400

    st-icon: Undeprecate icon-name
    
    Don't cause a bunch of warnings when the icon-name property is still a
    really convenient internal shorthand.

 src/st/st-icon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/st/st-icon.c b/src/st/st-icon.c
index f3a9ecf..289b086 100644
--- a/src/st/st-icon.c
+++ b/src/st/st-icon.c
@@ -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",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]