forked from AuroraMiddleware/gtk
It was reported by Owen Taylor <otaylor@redhat.com>, that LC_ALL produce
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru> * gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor <otaylor@redhat.com>, that LC_ALL produce unparsable garbage on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
This commit is contained in:
parent
fea53a95f8
commit
7cef937760
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -1,3 +1,9 @@
|
||||
Thu Jan 21 16:04:35 1999 Timur Bakeyev <mc@bat.ru>
|
||||
|
||||
* gtk/gtkrc.c (gtk_rc_init): It was reported by Owen Taylor
|
||||
<otaylor@redhat.com>, that LC_ALL produce unparsable garbage
|
||||
on some glibc'ed systems and HP/UX. So, falling to LC_CTYPE.
|
||||
|
||||
Thu Jan 21 02:11:44 1999 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Set and read the XdndActionList property defined
|
||||
|
@ -383,7 +383,7 @@ gtk_rc_init (void)
|
||||
#ifdef HAVE_LC_MESSAGES
|
||||
char *locale = setlocale (LC_MESSAGES, NULL);
|
||||
#else
|
||||
char *locale = setlocale (LC_ALL, NULL);
|
||||
char *locale = setlocale (LC_CTYPE, NULL);
|
||||
#endif
|
||||
guint length;
|
||||
char *p;
|
||||
|
Loading…
Reference in New Issue
Block a user