Accept '@' in locale names.

2006-12-18  Matthias Clasen  <mclasen@redhat.com>

        * glib/gkeyfile.c: Accept '@' in locale names.
This commit is contained in:
Matthias Clasen
2006-12-18 14:13:34 +00:00
committed by Matthias Clasen
parent 6b52690bb5
commit 52ef9438ca
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2006-12-18 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Accept '@' in locale names.
* glib/gkeyfile.c: Tighten up the check for allowed
key and group names. (#343191, Tommi Komulainen)