1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

Initialize CallsEncryptionIndicator

This is needed for that type to be used in the next commit.
This commit is contained in:
Adrien Plazas 2018-07-27 16:19:12 +02:00
parent 1dca8d34fb
commit 4616d6cafa

View file

@ -27,6 +27,7 @@
#define HANDY_USE_UNSTABLE_API
#include <handy.h>
#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);