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-03-15 03:27:34 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-03-15 03:27:34 +0300
commitc69e301e2628ecf925273858093ec6427963f3d3 (patch)
tree501cd4c20cbb34bd07846a523f9dbf45d220e67e /src/remmina_pref_dialog.h
parent7419fe16852b81cbe90b8853fd79294b5b7f2bbd (diff)
Initial connection profile file name refactoring - UI
Diffstat (limited to 'src/remmina_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index 1e2cbfb1f..8005df1d9 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -49,6 +49,7 @@ typedef struct _RemminaPrefDialog {
GtkNotebook *notebook_preferences;
GtkFileChooser *filechooserbutton_options_datadir_path;
+ GtkEntry *entry_options_file_name;
GtkFileChooser *filechooserbutton_options_screenshots_path;
GtkEntry *entry_options_screenshot_name;
GtkSwitch *switch_options_deny_screenshot_clipboard;