Cheers,
Dave
*** linux-2.2.3/scripts/tkgen.c Mon Feb 1 15:03:19 1999
--- linux/scripts/tkgen.c Thu Apr 29 14:45:27 1999
***************
*** 140,146 ****
if ( menu_num == 1 )
printf( "\t$w.f.prev configure -state disabled\n" );
printf( "\tpack $w.f.back $w.f.next $w.f.prev -side left -expand on\n" );
! printf( "\tpack $w.f -pady 10 -side bottom -anchor w -fill x\n" );
/*
* Lines between canvas and other areas of the window.
--- 140,146 ----
if ( menu_num == 1 )
printf( "\t$w.f.prev configure -state disabled\n" );
printf( "\tpack $w.f.back $w.f.next $w.f.prev -side left -expand on\n" );
! printf( "\tpack $w.f -pady 10 -side top -anchor w\n" );
/*
* Lines between canvas and other areas of the window.
-- David Morrison Brookhaven National Laboratory phone: 516-344-5840 Physics Department, Bldg 510 C fax: 516-344-3253 Upton, NY 11973-5000 email: dave@bnl.gov- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/