[gnome-builder/wip/gtk4-port: 751/1774] plugins/buildui: ignore bold label for now
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 751/1774] plugins/buildui: ignore bold label for now
- Date: Mon, 11 Jul 2022 22:31:22 +0000 (UTC)
commit 108b2aec2a27c32fdacaf62b246530455549726c
Author: Christian Hergert <chergert redhat com>
Date: Tue Apr 26 17:51:27 2022 -0700
plugins/buildui: ignore bold label for now
src/plugins/buildui/gbp-buildui-stage-row.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/plugins/buildui/gbp-buildui-stage-row.c b/src/plugins/buildui/gbp-buildui-stage-row.c
index 2c87c89a2..e0b50577a 100644
--- a/src/plugins/buildui/gbp-buildui-stage-row.c
+++ b/src/plugins/buildui/gbp-buildui-stage-row.c
@@ -102,7 +102,9 @@ gbp_buildui_stage_row_set_stage (GbpBuilduiStageRow *self,
G_CONNECT_SWAPPED);
g_object_bind_property (stage, "disabled", self, "sensitive", G_BINDING_DEFAULT);
+#if 0
g_object_bind_property (stage, "active", self->label, "bold", G_BINDING_DEFAULT);
+#endif
gbp_buildui_stage_row_notify_completed (self, NULL, stage);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]