diff src/gtkprefs.c @ 11424:e1ab173ef3b5

[gaim-migrate @ 13661] prefs for STUN adjustments for NTLM in SIP committer: Tailor Script <tailor@pidgin.im>
author Thomas Butter <tbutter>
date Fri, 02 Sep 2005 09:09:04 +0000
parents eb49e64d02fd
children 73f7cfa46f1b
line wrap: on
line diff
--- a/src/gtkprefs.c	Fri Sep 02 06:57:54 2005 +0000
+++ b/src/gtkprefs.c	Fri Sep 02 09:09:04 2005 +0000
@@ -1022,7 +1022,7 @@
 {
 	GtkWidget *ret;
 	GtkWidget *vbox, *hbox, *entry;
-	GtkWidget *table, *label, *auto_ip_checkbox, *ports_checkbox, *spin_button;
+	GtkWidget *table, *label, *auto_ip_checkbox, *ports_checkbox, *spin_button, *stun_server_entry;
 	GtkSizeGroup *sg;
 	GaimProxyInfo *proxy_info;
 
@@ -1033,6 +1033,7 @@
 
 	auto_ip_checkbox = gaim_gtk_prefs_checkbox(_("_Autodetect IP Address"),
 			"/core/network/auto_ip", vbox);
+	stun_server_entry = gaim_gtk_prefs_labeled_entry(vbox,_("STUN Server"), "/core/network/stun_server", NULL);
 
 	table = gtk_table_new(2, 1, FALSE);
 	gtk_container_set_border_width(GTK_CONTAINER(table), 5);