From 4e900e1ac5d58c73f696b49f503a69daea987535 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Tue, 31 Jan 2023 09:15:09 +0100 Subject: [PATCH] main-window: Codestyle --- src/calls-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls-main-window.c b/src/calls-main-window.c index 70db3fd..fcbdcd5 100644 --- a/src/calls-main-window.c +++ b/src/calls-main-window.c @@ -522,7 +522,7 @@ calls_main_window_show_accounts_overview (CallsMainWindow *self) { g_return_if_fail (CALLS_IS_MAIN_WINDOW (self)); - if (self->account_overview == NULL) { + if (!self->account_overview) { self->account_overview = calls_account_overview_new (); gtk_window_set_transient_for (GTK_WINDOW (self->account_overview), GTK_WINDOW (self));