[gobject-introspection] Fix a typo in test_flags_get_type
- From: Simon van der Linden <svdlinden src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Fix a typo in test_flags_get_type
- Date: Sun, 2 Aug 2009 14:42:24 +0000 (UTC)
commit ffc15cd51639679c914868006a1e3462958bfd77
Author: Simon van der Linden <svdlinden src gnome org>
Date: Sun Aug 2 13:30:04 2009 +0200
Fix a typo in test_flags_get_type
gir/everything.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/everything.c b/gir/everything.c
index a1c92e4..9153560 100644
--- a/gir/everything.c
+++ b/gir/everything.c
@@ -1083,7 +1083,7 @@ test_flags_get_type (void)
static const GFlagsValue values[] = {
{ TEST_FLAG1, "TEST_FLAG1", "flag1" },
{ TEST_FLAG2, "TEST_FLAG2", "flag2" },
- { TEST_FLAG3, "TEST_FLAG3", "flag2" },
+ { TEST_FLAG3, "TEST_FLAG3", "flag3" },
{ 0, NULL, NULL }
};
etype = g_flags_register_static (g_intern_static_string ("TestFlags"), values);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]