[gnome-builder/wip/gtk4-port] libide/foundry: fix copy/pasta
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] libide/foundry: fix copy/pasta
- Date: Wed, 29 Jun 2022 17:43:27 +0000 (UTC)
commit 55c3293b25277596ff6234adb4ab4ae42d42e8e1
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]