From 9e1e7e6f314df21e155652eec145659b20c51139 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Mon, 13 May 2019 21:16:12 +0000 Subject: 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 --- src/remmina.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/remmina.c') 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 */ -- cgit v1.2.3