From: minima Date: Tue, 24 Jul 2001 14:48:29 +0000 (+0000) Subject: more fixes X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=7bc3b4bda7b8f4faed9c90e671d82dbcc66a65d7;p=spider.git more fixes --- diff --git a/gtkconsole/gtkconsole b/gtkconsole/gtkconsole index 065ab48f..ed322fbc 100755 --- a/gtkconsole/gtkconsole +++ b/gtkconsole/gtkconsole @@ -104,7 +104,7 @@ $bot->can_default(1); $bot->grab_focus; $bot->grab_default; $toplist->{signalid} = $toplist->signal_connect(insert_text => \&doinsert, $toplist); -#$bot->{signalid} = $bot->signal_connect(insert_text => \&doinsert, $bot); +#$bot->{signalid} = $bot->signal_connect(insert_text => \&botinsert, $bot); $vbox->pack_end($bot, 0, 1, 0); $vbox->pack_end($top, 1, 1, 0); $vbox->show;