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-05-14 00:16:12 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-05-14 00:16:12 +0300
commit9e1e7e6f314df21e155652eec145659b20c51139 (patch)
tree18d49cbb585033ebb6d9d0b4f8c884d95d2b002a /src/remmina_pref.h
parent35e0ae83657ce05ff5d0c27a209ac25d74f226ac (diff)
Remmina news dialog
- A new scheduler that is used by the stat sender and by the remmina news - A dialog that show the latest news per each Remmina version, starting from this commit
Diffstat (limited to 'src/remmina_pref.h')
-rw-r--r--src/remmina_pref.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina_pref.h b/src/remmina_pref.h
index 4ff2d27a0..609048c10 100644
--- a/src/remmina_pref.h
+++ b/src/remmina_pref.h
@@ -202,6 +202,8 @@ typedef struct _RemminaPref {
gchar *periodic_usage_stats_uuid_prefix;
gchar *last_success;
+ /* Remmina news */
+ glong periodic_rmnews_last_get;
} RemminaPref;