From 7419fe16852b81cbe90b8853fd79294b5b7f2bbd Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Thu, 14 Mar 2019 00:59:24 +0100 Subject: Setting remmina_datadir as the first folder to be parsed by remmina_file_get_datadir --- src/remmina_pref_dialog.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/remmina_pref_dialog.h') 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; -- cgit v1.2.3