application: Coding style
This commit is contained in:
@@ -595,8 +595,8 @@ start_proper (CallsApplication *self)
|
|||||||
self->notifier = calls_notifier_new ();
|
self->notifier = calls_notifier_new ();
|
||||||
g_assert (CALLS_IS_NOTIFIER (self->notifier));
|
g_assert (CALLS_IS_NOTIFIER (self->notifier));
|
||||||
|
|
||||||
self->main_window = calls_main_window_new
|
self->main_window =
|
||||||
(gtk_app,
|
calls_main_window_new (gtk_app,
|
||||||
G_LIST_MODEL (self->record_store));
|
G_LIST_MODEL (self->record_store));
|
||||||
g_assert (self->main_window != NULL);
|
g_assert (self->main_window != NULL);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user