[recipes] edit: Fix the instructions showing up in two places
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] edit: Fix the instructions showing up in two places
- Date: Sat, 11 Mar 2017 21:54:08 +0000 (UTC)
commit 1de5dc3118fcc4a5bfffcf714e4110dab75fa64b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Mar 11 16:52:42 2017 -0500
edit: Fix the instructions showing up in two places
This snuck in when we started explicitly creating the text buffer
objects in the ui files for change tracking - we accidentally
refer to the same buffer twice.
src/gr-edit-page.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-edit-page.ui b/src/gr-edit-page.ui
index d37abdd..14a7f6c 100644
--- a/src/gr-edit-page.ui
+++ b/src/gr-edit-page.ui
@@ -559,7 +559,7 @@
<property name="min-content-height">120</property>
<child>
<object class="GtkTextView" id="description_field">
- <property name="buffer">instructions_buffer</property>
+ <property name="buffer">description_buffer</property>
<property name="visible">1</property>
<property name="wrap-mode">word</property>
<property name="top-margin">10</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]