diff options
Diffstat (limited to 'accounts/empathy-accounts-main.c')
-rw-r--r-- | accounts/empathy-accounts-main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/accounts/empathy-accounts-main.c b/accounts/empathy-accounts-main.c index 10b85a222..e65620342 100644 --- a/accounts/empathy-accounts-main.c +++ b/accounts/empathy-accounts-main.c @@ -48,7 +48,6 @@ main (int argc, char *argv[]) dialog = gossip_accounts_dialog_show (); - gtk_widget_show (dialog); g_signal_connect (dialog, "destroy", G_CALLBACK (destroy_cb), NULL); |