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.c
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.c')
-rw-r--r--src/remmina.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remmina.c b/src/remmina.c
index fa085b907..abf80ddad 100644
--- a/src/remmina.c
+++ b/src/remmina.c
@@ -55,6 +55,7 @@
#include "remmina_ssh_plugin.h"
#include "remmina_widget_pool.h"
#include "remmina/remmina_trace_calls.h"
+#include "rmnews.h"
#include "remmina_stats_sender.h"
@@ -240,6 +241,7 @@ static void remmina_on_startup(GApplication *app)
g_application_hold(app);
remmina_stats_sender_schedule();
+ rmnews_schedule();
/* Check for secret plugin and service initialization and show some warnings on the console if
* there is something missing */