gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: ex


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: ex
Date: Fri, 04 Sep 2020 14:07:51 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new c00f45f  ex
c00f45f is described below

commit c00f45f082aeac00b574b5dba9df16c9654ee360
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 4 14:07:48 2020 +0200

    ex
---
 contrib/anastasis_gtk_main_window.glade | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/contrib/anastasis_gtk_main_window.glade 
b/contrib/anastasis_gtk_main_window.glade
index 42beffc..412e387 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -8,6 +8,20 @@
     <property name="stock">gtk-go-up</property>
     <property name="icon_size">6</property>
   </object>
+  <object class="GtkListStore" id="continent_Europa_liststore">
+    <columns>
+      <!-- column-name country_name -->
+      <column type="gchararray"/>
+      <!-- column-name country_code -->
+      <column type="gchararray"/>
+    </columns>
+    <data>
+      <row>
+        <col id="0" translatable="yes">Germany</col>
+        <col id="1" translatable="yes">de</col>
+      </row>
+    </data>
+  </object>
   <object class="GtkListStore" id="continent_liststore">
     <columns>
       <!-- column-name continent_name -->

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]