]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-accounts-dialog.c
Add a widget to configure AIM accounts. Fixes bug #513676 (Andreas Henriksson).
[empathy.git] / libempathy-gtk / empathy-accounts-dialog.c
index 784bd2b2cee21bff27872ebfc07f9c89d99e40b6..958d709ab4d0aa5f29a5e837918e79568169fb48 100644 (file)
@@ -277,6 +277,10 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog,
                        dialog->settings_widget =
                                empathy_account_widget_icq_new (account);
                }
+               else if (!tp_strdiff(config_ui, "aim")) {
+                       dialog->settings_widget =
+                               empathy_account_widget_aim_new (account);
+               }
                else if (!tp_strdiff (config_ui, "yahoo")) {
                        dialog->settings_widget =
                                empathy_account_widget_yahoo_new (account);