1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-23 20:15:32 +00:00

application: Coding style

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-01-22 14:48:49 +01:00
parent 257278da2c
commit 481c67a707

View file

@ -595,9 +595,9 @@ start_proper (CallsApplication *self)
self->notifier = calls_notifier_new ();
g_assert (CALLS_IS_NOTIFIER (self->notifier));
self->main_window = calls_main_window_new
(gtk_app,
G_LIST_MODEL (self->record_store));
self->main_window =
calls_main_window_new (gtk_app,
G_LIST_MODEL (self->record_store));
g_assert (self->main_window != NULL);
self->call_window = calls_call_window_new (gtk_app);