[gnome-builder] build-tools: build log should not be editable
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build-tools: build log should not be editable
- Date: Wed, 4 May 2016 13:23:59 +0000 (UTC)
commit 0fa7d0906a7e22b8af7b0f4ffd9674a575a33607
Author: Christian Hergert <chergert redhat com>
Date: Wed May 4 16:23:49 2016 +0300
build-tools: build log should not be editable
plugins/build-tools/gbp-build-log-panel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-log-panel.c b/plugins/build-tools/gbp-build-log-panel.c
index e677398..5918b08 100644
--- a/plugins/build-tools/gbp-build-log-panel.c
+++ b/plugins/build-tools/gbp-build-log-panel.c
@@ -71,6 +71,7 @@ gbp_build_log_panel_reset_view (GbpBuildLogPanel *self)
self->text_view = g_object_new (GTK_TYPE_TEXT_VIEW,
"buffer", self->buffer,
+ "editable", FALSE,
"monospace", TRUE,
"visible", TRUE,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]