From ca4e22c2f381bfb07198772a0836ff7ab22fc4b1 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 18 Jul 2016 12:02:01 +0200 Subject: [PATCH] Wrong module symbol for management gui. --- src/aute.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aute.c b/src/aute.c index 9c29098..b6d6720 100644 --- a/src/aute.c +++ b/src/aute.c @@ -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; } -- 2.49.0