Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/remmina_unlock.c')
-rw-r--r--src/remmina_unlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_unlock.c b/src/remmina_unlock.c
index e88fb521c..8e468bb7c 100644
--- a/src/remmina_unlock.c
+++ b/src/remmina_unlock.c
@@ -116,7 +116,7 @@ gint remmina_unlock_new(GtkWindow *parent)
gdouble elapsed;
gboolean lock = TRUE;
- unlock_timeout = atof(remmina_pref_get_value("unlock_timeout"));
+ unlock_timeout = remmina_pref.unlock_timeout;
g_print ("%f unlock_timeout\n", unlock_timeout);