From 4616d6cafa46387cdc9e29058da7503b26cd966b Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Fri, 27 Jul 2018 16:19:12 +0200 Subject: [PATCH] Initialize CallsEncryptionIndicator This is needed for that type to be used in the next commit. --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 1c2dc55..f240cd9 100644 --- a/src/main.c +++ b/src/main.c @@ -27,6 +27,7 @@ #define HANDY_USE_UNSTABLE_API #include +#include "calls-encryption-indicator.h" #include "calls-main-window.h" #include "calls-ofono-provider.h" @@ -38,6 +39,7 @@ show_window (GtkApplication *app) CallsProvider *provider; CallsMainWindow *main_window; + CALLS_TYPE_ENCRYPTION_INDICATOR; HDY_TYPE_DIALER; connection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);