Mercurial > pidgin.yaz
changeset 1875:c0a69f90d662
[gaim-migrate @ 1885]
The default IRC port would be a good one to use. :-)
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 22 May 2001 00:18:33 +0000 |
parents | 1e33bd2d7780 |
children | 8ebd3b0ff325 |
files | plugins/irc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/irc.c Tue May 22 00:02:33 2001 +0000 +++ b/plugins/irc.c Tue May 22 00:18:33 2001 +0000 @@ -1955,7 +1955,7 @@ debug_printf("setting text %s\n", user->proto_opt[USEROPT_PORT]); gtk_entry_set_text(GTK_ENTRY(entry), user->proto_opt[USEROPT_PORT]); } else - gtk_entry_set_text(GTK_ENTRY(entry), "9898"); + gtk_entry_set_text(GTK_ENTRY(entry), "6667"); gtk_widget_show(entry);