summaryrefslogtreecommitdiff
path: root/gio/gbufferedinputstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gbufferedinputstream.c')
-rw-r--r--gio/gbufferedinputstream.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gbufferedinputstream.c b/gio/gbufferedinputstream.c
index 55450ce0e..14b1ac22a 100644
--- a/gio/gbufferedinputstream.c
+++ b/gio/gbufferedinputstream.c
@@ -163,9 +163,7 @@ g_buffered_input_stream_class_init (GBufferedInputStreamClass *klass)
g_object_class_install_property (object_class,
PROP_BUFSIZE,
- g_param_spec_uint ("buffer-size",
- P_("Buffer Size"),
- P_("The size of the backend buffer"),
+ g_param_spec_uint ("buffer-size", NULL, NULL,
1,
G_MAXUINT,
DEFAULT_BUFFER_SIZE,