From 7a068035003772b1c393c072377ebc8acfb875ae Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 19 Jul 2004 15:07:31 +0000 Subject: s/flag/flags in tp_repr --- gobject/pygflags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/pygflags.c b/gobject/pygflags.c index 9a07ffb2..24d44bee 100644 --- a/gobject/pygflags.c +++ b/gobject/pygflags.c @@ -83,7 +83,7 @@ pyg_flags_repr(PyGFlags *self) tmp = generate_repr(self->gtype, self->parent.ob_ival); - retval = g_strdup_printf("", tmp, + retval = g_strdup_printf("", tmp, g_type_name(self->gtype)); g_free(tmp); -- cgit v1.2.1