comparison plugins/irc.c @ 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 466fc4ada7cb
children a02584b98823
comparison
equal deleted inserted replaced
1874:1e33bd2d7780 1875:c0a69f90d662
1953 gtk_signal_connect(GTK_OBJECT(entry), "changed", GTK_SIGNAL_FUNC(irc_print_option), user); 1953 gtk_signal_connect(GTK_OBJECT(entry), "changed", GTK_SIGNAL_FUNC(irc_print_option), user);
1954 if (user->proto_opt[USEROPT_PORT][0]) { 1954 if (user->proto_opt[USEROPT_PORT][0]) {
1955 debug_printf("setting text %s\n", user->proto_opt[USEROPT_PORT]); 1955 debug_printf("setting text %s\n", user->proto_opt[USEROPT_PORT]);
1956 gtk_entry_set_text(GTK_ENTRY(entry), user->proto_opt[USEROPT_PORT]); 1956 gtk_entry_set_text(GTK_ENTRY(entry), user->proto_opt[USEROPT_PORT]);
1957 } else 1957 } else
1958 gtk_entry_set_text(GTK_ENTRY(entry), "9898"); 1958 gtk_entry_set_text(GTK_ENTRY(entry), "6667");
1959 1959
1960 gtk_widget_show(entry); 1960 gtk_widget_show(entry);
1961 1961
1962 hbox = gtk_hbox_new(TRUE, 0); 1962 hbox = gtk_hbox_new(TRUE, 0);
1963 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); 1963 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);