[gtk/wip/otte/for-master: 1/6] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/for-master: 1/6] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
- Date: Thu, 16 Jul 2020 15:41:35 +0000 (UTC)
commit c36cbd51407d80798cbff1c963324637825c43cf
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]