summaryrefslogtreecommitdiff
path: root/gio/gdataoutputstream.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gdataoutputstream.c')
-rw-r--r--gio/gdataoutputstream.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gio/gdataoutputstream.c b/gio/gdataoutputstream.c
index f2d1f3988..22a1f32a7 100644
--- a/gio/gdataoutputstream.c
+++ b/gio/gdataoutputstream.c
@@ -99,9 +99,7 @@ g_data_output_stream_class_init (GDataOutputStreamClass *klass)
*/
g_object_class_install_property (object_class,
PROP_BYTE_ORDER,
- g_param_spec_enum ("byte-order",
- P_("Byte order"),
- P_("The byte order"),
+ g_param_spec_enum ("byte-order", NULL, NULL,
G_TYPE_DATA_STREAM_BYTE_ORDER,
G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN,
G_PARAM_READWRITE|G_PARAM_STATIC_NAME|G_PARAM_STATIC_BLURB));