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>2020-05-27 01:18:29 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-05-27 01:18:29 +0300
commit8b7dc32e2be13d05326a4b2870bf3ae7c64b54dc (patch)
treebe6467c0d945cfc48716ac3f3b41b9c75e6836c4 /src/remmina_pref_dialog.h
parentc0aaa389415f421abf7167f18383cdcef0009140 (diff)
Disable news at compile time, add an opt-in option. Debian #961501
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
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 e29fd79d5..233713b29 100644
--- a/src/remmina_pref_dialog.h
+++ b/src/remmina_pref_dialog.h
@@ -64,6 +64,7 @@ typedef struct _RemminaPrefDialog {
GtkCheckButton * checkbutton_appearance_hide_toolbar;
GtkCheckButton * checkbutton_appearance_hide_searchbar;
GtkSwitch * switch_permit_send_stats;
+ GtkSwitch * switch_permit_news;
GtkComboBox * comboboxtext_options_double_click;
GtkComboBox * comboboxtext_appearance_view_mode;
GtkComboBox * comboboxtext_appearance_tab_interface;