[gnome-builder/wip/gtk4-port: 1727/1774] libide/foundry: fix copy/pasta




commit e6baced30c4c82a74779357ee92ac0fcbd2b63ab
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 29 10:43:12 2022 -0700

    libide/foundry: fix copy/pasta

 src/libide/foundry/ide-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/foundry/ide-test.c b/src/libide/foundry/ide-test.c
index c7d2a4943..44758814f 100644
--- a/src/libide/foundry/ide-test.c
+++ b/src/libide/foundry/ide-test.c
@@ -154,7 +154,7 @@ ide_test_class_init (IdeTestClass *klass)
                          (G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
 
   properties [PROP_STATUS] =
-    g_param_spec_enum ("run-command", NULL, NULL,
+    g_param_spec_enum ("status", NULL, NULL,
                        IDE_TYPE_TEST_STATUS,
                        IDE_TEST_STATUS_NONE,
                        (G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]