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:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-11 19:06:38 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-01-11 19:06:38 +0300
commit2849b6d6200b8953457c5e55dbe8495c7d5fb80c (patch)
treee0b2e04d12cd965d04d825f4dce2cf687b091abf /src/remmina_unlock.h
parentf45d845161150577d3578275b68514832d7bd98a (diff)
Fixing password unlocking - unlocked = FALSE
Diffstat (limited to 'src/remmina_unlock.h')
-rw-r--r--src/remmina_unlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_unlock.h b/src/remmina_unlock.h
index 771e5c10e..cb3804c9f 100644
--- a/src/remmina_unlock.h
+++ b/src/remmina_unlock.h
@@ -51,7 +51,7 @@ typedef struct _RemminaUnlockDialog {
} RemminaUnlockDialog;
extern GTimer *timer;
-extern gboolean isinit;
+extern gboolean unlocked;
#endif