From: Andrea Zagli Date: Mon, 18 Jul 2016 10:02:40 +0000 (+0200) Subject: Adjustments. X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=c8064adba08f3ffc1a5c2d1e71460caf7e31f79e;p=solipa%2Futenti Adjustments. --- diff --git a/src/Makefile.am b/src/Makefile.am index 7f60acc..5ed15da 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ -guidir = $(datadir)/$(PKGNAME)/gui -formdir = $(datadir)/$(PKGNAME)/form +guidir = $(datadir)/$(PACKAGE)/gui +formdir = $(datadir)/$(PACKAGE)/form AM_CPPFLAGS = -I.. \ $(ZAK_AUTHE_GUI_CFLAGS) \ diff --git a/src/main.c b/src/main.c index 364bf70..5e67d5d 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2015 Andrea Zagli + * Copyright (C) 2010-2016 Andrea Zagli * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -155,7 +155,7 @@ main (int argc, char **argv) #endif - guifile = g_build_filename (guidir, "utenti.gui", NULL); + guifile = g_build_filename (guidir, "zak-authe-gui.ui", NULL); gtkbuilder = gtk_builder_new ();