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 <antenore@simbiosi.org>2019-04-02 02:26:56 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-04-02 02:26:56 +0300
commit0f8f61e8c576e75e48cb34813cf1fbed55839711 (patch)
tree9350335b41d249763ec95d5ddcf1ec71eab3c11f /src/remmina_pref_dialog.h
parentfd3b2962ad820a74083cff6e031e5fcae39ae253 (diff)
WIP: core unlock code
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 6c276f8c4..46a73bc70 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -149,7 +149,7 @@ G_BEGIN_DECLS
GtkDialog* remmina_pref_dialog_new(gint default_tab, GtkWindow *parent);
/* Get the current PrefDialog or NULL if not initialized */
GtkDialog* remmina_pref_dialog_get_dialog(void);
-void remmina_pref_dialog_entry_on_changed(GtkEditable* editable, RemminaPrefDialog *dialog);
+void remmina_prefdiag_unlock_repwd_on_changed(GtkEditable* editable, RemminaPrefDialog *dialog);
G_END_DECLS