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_passwd.h
parentf45d845161150577d3578275b68514832d7bd98a (diff)
Fixing password unlocking - unlocked = FALSE
Diffstat (limited to 'src/remmina_passwd.h')
-rw-r--r--src/remmina_passwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_passwd.h b/src/remmina_passwd.h
index 3c214d1ac..415b8c016 100644
--- a/src/remmina_passwd.h
+++ b/src/remmina_passwd.h
@@ -53,6 +53,6 @@ typedef struct _RemminaPasswdDialog {
G_BEGIN_DECLS
-void remmina_passwd(GtkWindow *parent, gchar **password_setting);
+gboolean remmina_passwd(GtkWindow *parent, gchar **password_setting);
G_END_DECLS