[gtk/wip/otte/sortlistmodel: 15/33] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/sortlistmodel: 15/33] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
- Date: Sat, 11 Jul 2020 03:48:31 +0000 (UTC)
commit 653d2299c719b68f6701b59cb059d95a6b169b81
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]