diff src/oscar.c @ 2028:9f0e90168dac

[gaim-migrate @ 2038] whoops. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 16 Jun 2001 02:32:25 +0000
parents 1bfef3e8ba63
children 094dd4781735
line wrap: on
line diff
--- a/src/oscar.c	Sat Jun 16 02:05:58 2001 +0000
+++ b/src/oscar.c	Sat Jun 16 02:32:25 2001 +0000
@@ -3054,7 +3054,7 @@
 		debug_printf("setting text %s\n", user->proto_opt[USEROPT_AUTHPORT]);
 		gtk_entry_set_text(GTK_ENTRY(entry), user->proto_opt[USEROPT_AUTHPORT]);
 	} else
-		gtk_entry_set_text(GTK_ENTRY(entry), "9898");
+		gtk_entry_set_text(GTK_ENTRY(entry), "5190");
 
 	gtk_widget_show(entry);
 }