summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-27 22:26:07 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-27 22:26:07 +0100
commite39415981af2848da9155b1407730c5118e760e8 (patch)
tree59770332cf1c4af7cc2e9464c68a7fb13244947c /contrib
parent26af54aa831f2e84774951a5d9e0754820a26d35 (diff)
downloadanastasis-gtk-e39415981af2848da9155b1407730c5118e760e8.tar.gz
anastasis-gtk-e39415981af2848da9155b1407730c5118e760e8.tar.bz2
anastasis-gtk-e39415981af2848da9155b1407730c5118e760e8.zip
fix #7078
Diffstat (limited to 'contrib')
-rw-r--r--contrib/anastasis_gtk_edit_providers.glade6
-rw-r--r--contrib/anastasis_gtk_main_window.glade13
2 files changed, 14 insertions, 5 deletions
diff --git a/contrib/anastasis_gtk_edit_providers.glade b/contrib/anastasis_gtk_edit_providers.glade
index 7a8ee42..0e9d8cf 100644
--- a/contrib/anastasis_gtk_edit_providers.glade
+++ b/contrib/anastasis_gtk_edit_providers.glade
@@ -43,6 +43,8 @@ Author: Christian Grothoff
<column type="gboolean"/>
<!-- column-name not_sensitive -->
<column type="gboolean"/>
+ <!-- column-name business_name -->
+ <column type="gchararray"/>
</columns>
</object>
<object class="GtkDialog" id="edit_provider_dialog">
@@ -225,11 +227,11 @@ Author: Christian Grothoff
<object class="GtkTreeViewColumn" id="url_column">
<property name="spacing">5</property>
<property name="sizing">autosize</property>
- <property name="title" translatable="yes">URL</property>
+ <property name="title" translatable="yes">Provider</property>
<child>
<object class="GtkCellRendererText" id="url_renderer"/>
<attributes>
- <attribute name="text">0</attribute>
+ <attribute name="text">7</attribute>
</attributes>
</child>
</object>
diff --git a/contrib/anastasis_gtk_main_window.glade b/contrib/anastasis_gtk_main_window.glade
index 43f5237..e9e165a 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2
+<!-- Generated with glade 3.38.2
Copyright (C) 2019-2021 Anastasis SARL
@@ -172,6 +172,8 @@ Author: Christian Grothoff, Dennis Neufeld
<column type="gchararray"/>
<!-- column-name success_flag -->
<column type="gboolean"/>
+ <!-- column-name provider_name -->
+ <column type="gchararray"/>
</columns>
</object>
<object class="GtkListStore" id="challenge_status_liststore">
@@ -322,6 +324,8 @@ Author: Christian Grothoff, Dennis Neufeld
<column type="guint"/>
<!-- column-name was_solved -->
<column type="gboolean"/>
+ <!-- column-name provider_name -->
+ <column type="gchararray"/>
</columns>
</object>
<object class="GtkAdjustment" id="policy_version_adjustment">
@@ -1929,6 +1933,9 @@ with &lt;a href="https://www.ngi.eu/ngi-projects/ledger/"&gt;funding&lt;/a&gt; f
<child>
<placeholder/>
</child>
+ <child>
+ <placeholder/>
+ </child>
</object>
</child>
<child type="label">
@@ -2229,7 +2236,7 @@ You can also use "back" to add additional authentication methods.</property>
<child>
<object class="GtkCellRendererText" id="provider_url_column"/>
<attributes>
- <attribute name="text">3</attribute>
+ <attribute name="text">9</attribute>
</attributes>
</child>
</object>
@@ -3082,7 +3089,7 @@ date of your secret's recovery data.</property>
<child>
<object class="GtkCellRendererText" id="provider_url"/>
<attributes>
- <attribute name="text">0</attribute>
+ <attribute name="text">4</attribute>
</attributes>
</child>
</object>