diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2009-12-19 09:40:44 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2009-12-21 17:52:37 +0800 |
commit | c56343b28433a6285ad3d954cb276f03e0a6d665 (patch) | |
tree | 87437e3d2532104e8b1f3e2b7076ca78ec7549ef | |
parent | afa788702e58636d3f05845dc7b7a750300a7348 (diff) | |
download | gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.tar gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.tar.gz gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.tar.bz2 gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.tar.lz gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.tar.xz gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.tar.zst gsoc2013-empathy-c56343b28433a6285ad3d954cb276f03e0a6d665.zip |
[EmpathyContactSelectorDialog] initialise priv->show_account_chooser correctly
-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, |