[gnome-shell/wip/fmuellner/gtk4: 29/44] extensions-app: Remove stray angle brackets
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/gtk4: 29/44] extensions-app: Remove stray angle brackets
- Date: Fri, 4 Dec 2020 03:42:44 +0000 (UTC)
commit b04a23b7d2e7898215c6e644247286a437012c53
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]