mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
All gtk apps were broken here on my setup. I changed the error to a
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org> * gutils.c (g_get_any_init): All gtk apps were broken here on my setup. I changed the error to a warning to at least get things limping.
This commit is contained in:
parent
8c54935c34
commit
e4199bbcaf
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -1,3 +1,9 @@
|
||||
Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss <adam@gimp.org>
|
||||
|
||||
* gutils.c (g_get_any_init): All gtk apps were broken
|
||||
here on my setup. I changed the error to a warning to at
|
||||
least get things limping.
|
||||
|
||||
1999-01-20 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* gutils.c (g_get_any_init): Use getpwuid_r with the right
|
||||
|
@ -455,7 +455,7 @@ g_get_any_init (void)
|
||||
error = errno;
|
||||
# endif /* HAVE_GETPWUID_R_POSIX */
|
||||
if (error != ERANGE)
|
||||
g_error( "Could not read account information: %s",
|
||||
g_warning( "Could not read account information: %s",
|
||||
g_strerror (error));
|
||||
bufsize *= 2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user