]> saetta.ns0.it Git - solipa/territorio/commitdiff
Rimosso lstore_province non piĆ¹ necessario.
authorAndrea Zagli <azagli@libero.it>
Sat, 21 Dec 2019 10:32:07 +0000 (11:32 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 21 Dec 2019 10:32:07 +0000 (11:32 +0100)
data/territorio/gui/territorio.gui
src/province.c

index 9ad998d1a380f7c5a6a95f3e7dd4f08c4a432254..36d35a79967ed739e6c56e82a8f31ea5b4f03990 100644 (file)
       </object>
     </child>
   </object>
-  <object class="GtkListStore" id="lstore_province">
-    <columns>
-      <!-- column-name id -->
-      <column type="guint"/>
-      <!-- column-name nome -->
-      <column type="gchararray"/>
-      <!-- column-name sigla -->
-      <column type="gchararray"/>
-      <!-- column-name regione -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
   <object class="GtkListStore" id="lstore_tipi_aggregazione_territoriale">
     <columns>
       <!-- column-name id -->
index 155d904ab2f9ec7cae72223901b706d02dd11158..0347deeaa9686d2b764f214c0f8346c98cf4d677 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2016 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2019 Andrea Zagli <azagli@libero.it>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -178,8 +178,7 @@ TerritorioProvince
 
        error = NULL;
        gtk_builder_add_objects_from_file (priv->commons->gtkbuilder, priv->commons->guifile,
-                                          g_strsplit (g_strconcat ("lstore_province",
-                                                                   selezione ? "|w_province" : "|vbox6",
+                                          g_strsplit (g_strconcat (selezione ? "|w_province" : "|vbox6",
                                                                    NULL),
                                                       "|", -1),
                                           &error);