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_pref_dialog.h')
-rw-r--r--src/remmina_pref_dialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/remmina_pref_dialog.h b/src/remmina_pref_dialog.h
index f56c73e22..1e2cbfb1f 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -48,8 +48,11 @@ typedef struct _RemminaPrefDialog {
GtkDialog *dialog;
GtkNotebook *notebook_preferences;
- GtkSwitch *switch_options_remember_last_view_mode;
+ GtkFileChooser *filechooserbutton_options_datadir_path;
+ GtkFileChooser *filechooserbutton_options_screenshots_path;
+ GtkEntry *entry_options_screenshot_name;
GtkSwitch *switch_options_deny_screenshot_clipboard;
+ GtkSwitch *switch_options_remember_last_view_mode;
GtkCheckButton *checkbutton_options_save_settings;
GtkCheckButton *checkbutton_appearance_fullscreen_on_auto;
GtkCheckButton *checkbutton_appearance_show_tabs;
@@ -62,8 +65,6 @@ typedef struct _RemminaPrefDialog {
GtkComboBox *comboboxtext_options_scale_quality;
GtkComboBox *comboboxtext_options_ssh_loglevel;
GtkComboBox *comboboxtext_appearance_fullscreen_toolbar_visibility;
- GtkFileChooser *filechooserbutton_options_screenshots_path;
- GtkEntry *entry_options_screenshot_name;
GtkCheckButton *checkbutton_options_ssh_parseconfig;
GtkEntry *entry_options_ssh_port;
GtkEntry *entry_options_ssh_tcp_keepidle;