extensions-app: Remove stray angle brackets

Not sure how those sneaked in. GtkBuilder apparently ignores them,
but that's no reason for keeping them.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1495>
This commit is contained in:
Florian Müllner 2020-11-13 04:47:29 +01:00 committed by Marge Bot
parent eb0339e223
commit c9c7629753

View File

@ -20,7 +20,7 @@
<property name="no_show_all">True</property> <property name="no_show_all">True</property>
<property name="icon_name">dialog-error-symbolic</property> <property name="icon_name">dialog-error-symbolic</property>
<style> <style>
<class name="error"/>> <class name="error"/>
</style> </style>
</object> </object>
</child> </child>
@ -29,7 +29,7 @@
<property name="no_show_all">True</property> <property name="no_show_all">True</property>
<property name="icon_name">software-update-available-symbolic</property> <property name="icon_name">software-update-available-symbolic</property>
<style> <style>
<class name="warning"/>> <class name="warning"/>
</style> </style>
</object> </object>
</child> </child>
@ -51,8 +51,8 @@
<property name="valign">center</property> <property name="valign">center</property>
<property name="action-name">row.show-prefs</property> <property name="action-name">row.show-prefs</property>
<style> <style>
<class name="circular"/>> <class name="circular"/>
<class name="image-button"/>> <class name="image-button"/>
</style> </style>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">