X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy-gtk%2Fempathy-accounts-dialog.c;fp=libempathy-gtk%2Fempathy-accounts-dialog.c;h=784bd2b2cee21bff27872ebfc07f9c89d99e40b6;hp=75b3c5472d22a85db1d1b72ec4d71c0a6733c87a;hb=824dd8a4f0bba86f78df499448e818f5998a96e5;hpb=95217d7459ab0962e1733c58665d36f1a0f6029e diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c index 75b3c547..784bd2b2 100644 --- a/libempathy-gtk/empathy-accounts-dialog.c +++ b/libempathy-gtk/empathy-accounts-dialog.c @@ -285,6 +285,10 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog, dialog->settings_widget = empathy_account_widget_sip_new (account); } + else if (!tp_strdiff (config_ui, "groupwise")) { + dialog->settings_widget = + empathy_account_widget_groupwise_new (account); + } else { dialog->settings_widget = empathy_account_widget_generic_new (account);