]> git.0d.be Git - empathy.git/commitdiff
empathy-contact-widget: call contact_widget_change_contact after widget's setup....
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 23 Apr 2009 15:34:38 +0000 (16:34 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 23 Apr 2009 15:34:38 +0000 (16:34 +0100)
libempathy-gtk/empathy-contact-widget.c

index c78aafeaaad1acce3127b265b1173c681a616bdc..0821066fa55bb2d724f76e816c291910ef7ada63 100644 (file)
@@ -234,7 +234,11 @@ empathy_contact_widget_new (EmpathyContact *contact,
   contact_widget_client_setup (information);
 
   if (contact != NULL)
-      contact_widget_set_contact (information, contact);
+    contact_widget_set_contact (information, contact);
+
+  else if (information->flags & EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT ||
+      information->flags & EMPATHY_CONTACT_WIDGET_EDIT_ID)
+    contact_widget_change_contact (information);
 
   return empathy_builder_unref_and_keep_widget (gui,
     information->vbox_contact_widget);
@@ -561,7 +565,6 @@ contact_widget_contact_setup (EmpathyContactWidget *information)
     {
       information->widget_account = empathy_account_chooser_new ();
 
-      contact_widget_change_contact (information);
       g_signal_connect_swapped (information->widget_account, "changed",
             G_CALLBACK (contact_widget_change_contact),
             information);