From 8a93628ad12c43aaa6c7c3651359ea8cb68fb154 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sun, 16 Aug 2020 08:39:20 +0200 Subject: [PATCH] =?utf8?q?gdaex=5Fgrid=5Fset=5Fsolipa=20non=20esiste=20pi?= =?utf8?q?=C3=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/aggregazioniterritoriali.c | 3 +-- src/comuni.c | 3 +-- src/province.c | 3 +-- src/regioni.c | 3 +-- src/stati.c | 3 +-- src/tipiaggregazioneterritoriale.c | 3 +-- src/vie.c | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/src/aggregazioniterritoriali.c b/src/aggregazioniterritoriali.c index 7025c17..fe613d8 100644 --- a/src/aggregazioniterritoriali.c +++ b/src/aggregazioniterritoriali.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -155,7 +155,6 @@ TerritorioAggregazioniTerritoriali /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label30")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); diff --git a/src/comuni.c b/src/comuni.c index 010ce55..2860586 100644 --- a/src/comuni.c +++ b/src/comuni.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2017 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -191,7 +191,6 @@ TerritorioComuni /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label20")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); diff --git a/src/province.c b/src/province.c index 0347dee..ee3083b 100644 --- a/src/province.c +++ b/src/province.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -192,7 +192,6 @@ TerritorioProvince /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label13")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); diff --git a/src/regioni.c b/src/regioni.c index 0064f9c..bddee8e 100644 --- a/src/regioni.c +++ b/src/regioni.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -161,7 +161,6 @@ TerritorioRegioni /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label9")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); diff --git a/src/stati.c b/src/stati.c index b9d0a5d..882eb7e 100644 --- a/src/stati.c +++ b/src/stati.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -169,7 +169,6 @@ TerritorioStati /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label1")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); diff --git a/src/tipiaggregazioneterritoriale.c b/src/tipiaggregazioneterritoriale.c index b210d6a..0a3ec15 100644 --- a/src/tipiaggregazioneterritoriale.c +++ b/src/tipiaggregazioneterritoriale.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -153,7 +153,6 @@ TerritorioTipiAggregazioneTerritoriale /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label26")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); diff --git a/src/vie.c b/src/vie.c index f14d2c8..3aad4a0 100644 --- a/src/vie.c +++ b/src/vie.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Andrea Zagli + * Copyright (C) 2010-2020 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -201,7 +201,6 @@ TerritorioVie /* creo la gdaexgrid */ priv->grid = gdaex_grid_new (); - gdaex_grid_set_solipa (priv->grid, priv->commons->solipa); gdaex_grid_set_title (priv->grid, gtk_label_get_text (GTK_LABEL (gtk_builder_get_object (priv->commons->gtkbuilder, "label39")))); gcol = gdaex_grid_column_new ("ID", "id", G_TYPE_INT, TRUE, TRUE, TRUE, TRUE, -1); -- 2.49.0