[gtk/wip/otte/sortlistmodel: 126/154] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY



commit d7bca45f9ccad3bda98be7817b4ad823cafd67e7
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jul 7 23:18:46 2020 +0200

    sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY

 gtk/gtksortlistmodel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtksortlistmodel.c b/gtk/gtksortlistmodel.c
index 06e1c6f3b2..0e667aefc8 100644
--- a/gtk/gtksortlistmodel.c
+++ b/gtk/gtksortlistmodel.c
@@ -403,7 +403,7 @@ gtk_sort_list_model_class_init (GtkSortListModelClass *class)
                            P_("Model"),
                            P_("The model being sorted"),
                            G_TYPE_LIST_MODEL,
-                           GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_EXPLICIT_NOTIFY);
+                           GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
 
   g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties);
 }


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