</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 -->
/*
- * 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
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);