[gnome-shell/wip/fmuellner/gtk4: 204/218] extensions-app: Remove stray angle brackets




commit cbb66a44dbcfe4b2fdd0062d08704f95766cc5be
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Nov 13 04:47:29 2020 +0100

    extensions-app: Remove stray angle brackets
    
    Not sure how those sneaked in. GtkBuilder apparently ignores them,
    but that's no reason for keeping them.

 subprojects/extensions-app/data/ui/extension-row.ui | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/subprojects/extensions-app/data/ui/extension-row.ui 
b/subprojects/extensions-app/data/ui/extension-row.ui
index e1fd430289..e0ade920ba 100644
--- a/subprojects/extensions-app/data/ui/extension-row.ui
+++ b/subprojects/extensions-app/data/ui/extension-row.ui
@@ -20,7 +20,7 @@
             <property name="no_show_all">True</property>
             <property name="icon_name">dialog-error-symbolic</property>
             <style>
-              <class name="error"/>>
+              <class name="error"/>
             </style>
           </object>
         </child>
@@ -29,7 +29,7 @@
             <property name="no_show_all">True</property>
             <property name="icon_name">software-update-available-symbolic</property>
             <style>
-              <class name="warning"/>>
+              <class name="warning"/>
             </style>
           </object>
         </child>
@@ -51,8 +51,8 @@
             <property name="valign">center</property>
             <property name="action-name">row.show-prefs</property>
             <style>
-              <class name="circular"/>>
-              <class name="image-button"/>>
+              <class name="circular"/>
+              <class name="image-button"/>
             </style>
             <child>
               <object class="GtkImage">


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