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-10-09 18:41:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-10-09 18:41:27 +0300
commitb20c4338aeaa86123200cb48549f3bc2216f8976 (patch)
treeb18ea638b0d22a3a6f22c694719f96e10e7e5338 /src/rmnews.h
parent4f4fff299901b7b1588045864f6228d1ac4714ad (diff)
Fixing missing GtkLabel
Diffstat (limited to 'src/rmnews.h')
-rw-r--r--src/rmnews.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmnews.h b/src/rmnews.h
index f6b034daa..4dc1fe384 100644
--- a/src/rmnews.h
+++ b/src/rmnews.h
@@ -39,7 +39,7 @@ typedef struct _RemminaNewsDialog {
GtkTextView * rmnews_text_view;
GtkLabel * rmnews_label;
GtkButton * rmnews_button_close;
- GtkLabel * rmnews_stats_label;
+ //GtkLabel * rmnews_stats_label;
GtkSwitch * rmnews_stats_switch;
GtkLabel * rmnews_defaultcl_label;
GtkButton * rmnews_defaultcl_button;