aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2009-12-19 09:40:44 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2009-12-21 17:52:37 +0800
commitc56343b28433a6285ad3d954cb276f03e0a6d665 (patch)
tree87437e3d2532104e8b1f3e2b7076ca78ec7549ef /libempathy-gtk
parentafa788702e58636d3f05845dc7b7a750300a7348 (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.c1
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,