aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-accounts-dialog.c
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-25 16:53:59 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-25 16:53:59 +0800
commit022673aaa9e2ef02a6cb8e6c921add51f3b77ffa (patch)
tree310155b3da59ce5d5fc0d3ad70a8fe2edce67266 /libempathy-gtk/empathy-accounts-dialog.c
parentf726176c4576605360026baaf1216f18761d5ffe (diff)
downloadgsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.tar
gsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.tar.gz
gsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.tar.bz2
gsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.tar.lz
gsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.tar.xz
gsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.tar.zst
gsoc2013-empathy-022673aaa9e2ef02a6cb8e6c921add51f3b77ffa.zip
Add a widget to configure SIP accounts. Fixes bug #513679 (Baptiste Mille-Mathias).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@823 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-accounts-dialog.c')
-rw-r--r--libempathy-gtk/empathy-accounts-dialog.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c
index dc2c13622..75b3c5472 100644
--- a/libempathy-gtk/empathy-accounts-dialog.c
+++ b/libempathy-gtk/empathy-accounts-dialog.c
@@ -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);