[gnome-games] error-info-bar: Fix wrap-mode name



commit 4134c25650c945a9ebc54d6d27655995e773cac3
Author: Yetizone <andreii lisita gmail com>
Date:   Sun Feb 24 18:51:12 2019 +0200

    error-info-bar: Fix wrap-mode name
    
    Prevent a runtime warning.

 data/ui/error-info-bar.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/ui/error-info-bar.ui b/data/ui/error-info-bar.ui
index ca20b618..23f2edc5 100644
--- a/data/ui/error-info-bar.ui
+++ b/data/ui/error-info-bar.ui
@@ -15,7 +15,7 @@
           <object class="GtkLabel" id="label">
             <property name="visible">True</property>
             <property name="wrap">True</property>
-            <property name="wrap-mode">pango-wrap-word-char</property>
+            <property name="wrap-mode">word-char</property>
           </object>
         </child>
       </object>


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