From 69a07eb14eac9d199e49c4cad270393a82498eca Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 27 Oct 2010 11:47:45 +0200 Subject: [PATCH] Introdotta libaute. --- src/commons.h | 2 ++ src/main.c | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/commons.h b/src/commons.h index c9f91b6..2bb0a06 100644 --- a/src/commons.h +++ b/src/commons.h @@ -37,6 +37,8 @@ typedef struct GdaEx *gdaex; const gchar *guifile; + + gchar *utente; } TerritorioCommons; #endif /* __TERRITORIO_COMMONS_H__ */ diff --git a/src/main.c b/src/main.c index fc40ba3..195f81a 100644 --- a/src/main.c +++ b/src/main.c @@ -231,7 +231,7 @@ main (int argc, char *argv[]) g_strfreev (aute_params); /* autenticazione */ - /*aute = aute_new (); + aute = aute_new (); aute_set_config (aute, sl_aute_params); while (TRUE) @@ -250,11 +250,13 @@ main (int argc, char *argv[]) { break; } - }*/ + } /* inizializzazione commons */ commons = g_malloc (sizeof (TerritorioCommons)); + commons->utente = g_strdup (utente); + #ifdef G_OS_WIN32 gchar *moddir; -- 2.49.0