From f8161d0f656dff805952525cf21af34a553307e1 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 21 Dec 2019 11:32:07 +0100 Subject: [PATCH] =?utf8?q?Rimosso=20lstore=5Fprovince=20non=20pi=C3=B9=20n?= =?utf8?q?ecessario.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- data/territorio/gui/territorio.gui | 12 ------------ src/province.c | 5 ++--- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/data/territorio/gui/territorio.gui b/data/territorio/gui/territorio.gui index 9ad998d..36d35a7 100644 --- a/data/territorio/gui/territorio.gui +++ b/data/territorio/gui/territorio.gui @@ -245,18 +245,6 @@ - - - - - - - - - - - - diff --git a/src/province.c b/src/province.c index 155d904..0347dee 100644 --- a/src/province.c +++ b/src/province.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2016 Andrea Zagli + * Copyright (C) 2010-2019 Andrea Zagli * * 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); -- 2.49.0