From: Andrea Zagli Date: Wed, 27 Oct 2010 09:47:45 +0000 (+0200) Subject: Introdotta libaute. X-Git-Tag: gtk3~32 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=69a07eb14eac9d199e49c4cad270393a82498eca;p=solipa%2Fterritorio Introdotta libaute. --- 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;