mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-23 12:05:33 +00:00
application: Coding style
This commit is contained in:
parent
257278da2c
commit
481c67a707
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue