]> saetta.ns0.it Git - zakauthe/libzakauthe/commitdiff
Wrong module symbol for management gui.
authorAndrea Zagli <azagli@libero.it>
Mon, 18 Jul 2016 10:02:01 +0000 (12:02 +0200)
committerAndrea Zagli <azagli@libero.it>
Mon, 18 Jul 2016 10:02:01 +0000 (12:02 +0200)
src/aute.c

index 9c290983caae467535aeebfdb23a3922d1cb907a..b6d6720acbd4c11ee82734c266c22b9eed8f8475 100644 (file)
@@ -273,10 +273,10 @@ GtkWidget
        ret = NULL;
 
        /* loading the function */
-       if (!g_module_symbol (priv->module, "get_management_gui", (gpointer *)&get_management_gui))
+       if (!g_module_symbol (priv->module, "zak_authe_plg_get_management_gui", (gpointer *)&get_management_gui))
                {
                        /* TO DO */
-                       g_warning ("Error g_module_symbol\n");
+                       g_warning ("Error g_module_symbol: zak_authe_plg_get_management_gui.\n");
                        return NULL;
                }