CallWindow: use Manager

As a side effect this removes also the disconnect message when a call
ends.
Fixes: https://source.puri.sm/Librem5/calls/issues/119
This commit is contained in:
Julian Sparber
2020-03-17 21:50:39 +01:00
parent ffa3e724dd
commit 5828fad63b
3 changed files with 27 additions and 80 deletions

View File

@@ -350,8 +350,7 @@ start_proper (CallsApplication *self)
self->contacts);
g_assert (self->main_window != NULL);
self->call_window = calls_call_window_new
(gtk_app, provider);
self->call_window = calls_call_window_new (gtk_app);
g_assert (self->call_window != NULL);
return TRUE;