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:
parent
1dca8d34fb
commit
4616d6cafa
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue