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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user