more fixes
authorminima <minima>
Tue, 24 Jul 2001 14:48:29 +0000 (14:48 +0000)
committerminima <minima>
Tue, 24 Jul 2001 14:48:29 +0000 (14:48 +0000)
gtkconsole/gtkconsole

index 065ab48f36c351b9fe7147d7d641e249bd6450c8..ed322fbcab098dcd1c0eb3c5ae36b918136804e4 100755 (executable)
@@ -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;