mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 13:25:35 +00:00
main-window: Codestyle
This commit is contained in:
parent
0261271560
commit
4e900e1ac5
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));
|
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 ();
|
self->account_overview = calls_account_overview_new ();
|
||||||
gtk_window_set_transient_for (GTK_WINDOW (self->account_overview),
|
gtk_window_set_transient_for (GTK_WINDOW (self->account_overview),
|
||||||
GTK_WINDOW (self));
|
GTK_WINDOW (self));
|
||||||
|
|
Loading…
Reference in a new issue