[9ae8f17cfc8ba7fd8fb34b2a194ef965a3b36a40839a46eeab1350e916692ac9/wip/otte/sortlistmodel: 1/7] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [9ae8f17cfc8ba7fd8fb34b2a194ef965a3b36a40839a46eeab1350e916692ac9/wip/otte/sortlistmodel: 1/7] sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
- Date: Tue, 7 Jul 2020 22:45:12 +0000 (UTC)
commit 5cb49363fa0bc5261910f6b00bbb9e91c441fc55
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]