[gtk: 30/31] Fix typo in GtkIconPaintable is-symbolic property



commit 96a4bb446cdf3ed25c015b759d73de49f674203b
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Feb 10 13:30:57 2020 +0100

    Fix typo in GtkIconPaintable is-symbolic property

 gtk/gtkicontheme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 4adacf54ce..b78de4635e 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -3370,7 +3370,7 @@ gtk_icon_paintable_class_init (GtkIconPaintableClass *klass)
    *
    * Whether the icon is symbolic or not.
    */
-  g_object_class_install_property (gobject_class, PROP_ICON_NAME,
+  g_object_class_install_property (gobject_class, PROP_IS_SYMBOLIC,
                                    g_param_spec_boolean ("is-symbolic",
                                                         P_("Is symbolic"),
                                                         P_("If the icon is symbolic"),


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