1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-11-16 05:15:36 +00:00

main-window: Codestyle

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-01-31 09:15:09 +01:00
parent f0b03019b0
commit a25ae2dfd2

View file

@ -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));