summaryrefslogtreecommitdiff
path: root/gtk/gtkflattenlistmodel.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkflattenlistmodel.c')
-rw-r--r--gtk/gtkflattenlistmodel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtkflattenlistmodel.c b/gtk/gtkflattenlistmodel.c
index 74f3b7795a..384f82e081 100644
--- a/gtk/gtkflattenlistmodel.c
+++ b/gtk/gtkflattenlistmodel.c
@@ -405,9 +405,7 @@ gtk_flatten_list_model_class_init (GtkFlattenListModelClass *class)
* The model being flattened.
*/
properties[PROP_MODEL] =
- g_param_spec_object ("model",
- P_("Model"),
- P_("The model being flattened"),
+ g_param_spec_object ("model", NULL, NULL,
G_TYPE_LIST_MODEL,
GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);