]> git.pld-linux.org Git - packages/gdm.git/blob - gdm-tolower.patch
use change_uid option in pam_limits module
[packages/gdm.git] / gdm-tolower.patch
1 --- gdm-2.0beta4/gui/gdmlogin.c.langfix Wed Jun 21 16:23:52 2000
2 +++ gdm-2.0beta4/gui/gdmlogin.c Wed Jun 21 16:27:33 2000
3 @@ -547,6 +547,7 @@
4      }
5      else
6         language = savedlang;
7 +    language[0] = tolower(language[0]);
8  }
9  
10  
This page took 0.848091 seconds and 3 git commands to generate.