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:
parent
f0b03019b0
commit
a25ae2dfd2
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue