]> saetta.ns0.it Git - solipa/territorio/commitdiff
Introdotta libaute.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 27 Oct 2010 09:47:45 +0000 (11:47 +0200)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 27 Oct 2010 09:47:45 +0000 (11:47 +0200)
src/commons.h
src/main.c

index c9f91b661de9cec8a0a33519cecc714742de70ec..2bb0a06801ab6659fd053d8d4cea895ebd5e768b 100644 (file)
@@ -37,6 +37,8 @@ typedef struct
                GdaEx *gdaex;
 
                const gchar *guifile;
+
+               gchar *utente;
        } TerritorioCommons;
 
 #endif /* __TERRITORIO_COMMONS_H__ */
index fc40ba393f0e6d0b35a0da262c030e0cb9993995..195f81aebef526d4e1f9b76dcc416761c4a3007a 100644 (file)
@@ -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;