diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-selector-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.c b/libempathy-gtk/empathy-contact-selector-dialog.c index 2793567f1..1f3e21a6d 100644 --- a/libempathy-gtk/empathy-contact-selector-dialog.c +++ b/libempathy-gtk/empathy-contact-selector-dialog.c @@ -341,6 +341,7 @@ empathy_contact_selector_dialog_init (EmpathyContactSelectorDialog *dialog) g_object_unref (gui); /* Create account chooser */ + priv->show_account_chooser = TRUE; priv->account_chooser = empathy_account_chooser_new (); gtk_table_attach_defaults (GTK_TABLE (table_contact), priv->account_chooser, |