summaryrefslogtreecommitdiff
path: root/gio/gfileenumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gfileenumerator.c')
-rw-r--r--gio/gfileenumerator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c
index c4b44d1ce..667bbe064 100644
--- a/gio/gfileenumerator.c
+++ b/gio/gfileenumerator.c
@@ -161,8 +161,7 @@ g_file_enumerator_class_init (GFileEnumeratorClass *klass)
g_object_class_install_property
(gobject_class, PROP_CONTAINER,
- g_param_spec_object ("container", P_("Container"),
- P_("The container that is being enumerated"),
+ g_param_spec_object ("container", NULL, NULL,
G_TYPE_FILE,
G_PARAM_WRITABLE |
G_PARAM_CONSTRUCT_ONLY |