]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-pre2_menuconfig_fix.patch
- replaced by linux-2.4-sfq.patch
[packages/kernel.git] / 2.2.21-pre2_menuconfig_fix.patch
1 diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla/scripts/lxdialog/checklist.c linux.21p2/scripts/lxdialog/checklist.c
2 --- linux.vanilla/scripts/lxdialog/checklist.c  Sat Dec 29 16:57:25 2001
3 +++ linux.21p2/scripts/lxdialog/checklist.c     Tue Jan  1 21:23:32 2002
4 @@ -108,8 +108,8 @@
5      print_button (dialog, "Select", y, x, selected == 0);
6      print_button (dialog, " Help ", y, x + 14, selected == 1);
7  
8 -    /*    wmove(dialog, y, x+1 + 14*selected);
9 -    wrefresh (dialog);*/
10 +    /*    wmove(dialog, y, x+1 + 14*selected);*/
11 +    wrefresh (dialog);
12  }
13  
14  /*
This page took 0.540488 seconds and 3 git commands to generate.