[recipes] Avoid problems with & in instructions



commit 9fadd101a0ed3099005fdbb022e7b7efea31d826
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Mar 6 08:35:54 2017 -0500

    Avoid problems with & in instructions
    
    We are not using markup for links in the instructions anymore,
    so don't set use-markup on the label. It causes things to fall
    apart if there's an unescaped & in the text.

 src/gr-details-page.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-details-page.ui b/src/gr-details-page.ui
index a6516dd..1a3ebdd 100644
--- a/src/gr-details-page.ui
+++ b/src/gr-details-page.ui
@@ -424,7 +424,6 @@
                           <object class="GtkLabel" id="instructions_label">
                             <property name="visible">1</property>
                             <property name="xalign">0</property>
-                            <property name="use-markup">1</property>
                             <property name="track-visited-links">0</property>
                             <property name="wrap">1</property>
                             <property name="max-width-chars">45</property>


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