diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-16 16:35:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-16 16:35:00 +0800 |
commit | 957b69447aa3777cb224a95f3292412946cb3acc (patch) | |
tree | dcde327bec53bf7ceae84a141abce75f33b80ec8 /libempathy-gtk/empathy-account-widget-sip.c | |
parent | abbf44c1012f42a9b96c4bf852885ab4d11f021f (diff) | |
download | gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.tar gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.tar.gz gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.tar.bz2 gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.tar.lz gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.tar.xz gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.tar.zst gsoc2013-empathy-957b69447aa3777cb224a95f3292412946cb3acc.zip |
Remove most SIP settings since they are impossible to understand.
svn path=/trunk/; revision=950
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.c')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.c b/libempathy-gtk/empathy-account-widget-sip.c index a8a751485..ed22f8c39 100644 --- a/libempathy-gtk/empathy-account-widget-sip.c +++ b/libempathy-gtk/empathy-account-widget-sip.c @@ -106,19 +106,9 @@ empathy_account_widget_sip_new (McAccount *account) empathy_account_widget_handle_params (account, glade, "entry_userid", "account", "entry_password", "password", - "entry_proxy","proxy-host", - "spinbutton_port", "port", - "entry_transport", "transport", - "checkbutton_discover-binding","discover-binding", - "entry_keepalive-mechanism", "keepalive-mechanism", - "entry_keepalive-interval", "keepalive-interval", "checkbutton_discover-stun", "discover-stun", "entry_stun-server", "stun-server", "spinbutton_stun-port", "stun-port", - "entry_local-ip", "local-ip-address", - "spinbutton_local-port", "local-port", - "entry_extra-auth-user", "extra-auth-user", - "entry_extra-auth-password", "extra-auth-password", NULL); empathy_account_widget_add_forget_button (account, glade, |