]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-accounts-dialog.c
Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mathias).
[empathy.git] / libempathy-gtk / empathy-accounts-dialog.c
index dc2c136227c5ceed22279b87b2b183eeeae37515..75b3c5472d22a85db1d1b72ec4d71c0a6733c87a 100644 (file)
@@ -281,6 +281,10 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog,
                        dialog->settings_widget =
                                empathy_account_widget_yahoo_new (account);
                }
+               else if  (!tp_strdiff (config_ui, "sofiasip")) {
+                       dialog->settings_widget =
+                               empathy_account_widget_sip_new (account);
+               }
                else {
                        dialog->settings_widget = 
                                empathy_account_widget_generic_new (account);