From: GMT 1999 Adam D. Moss Date: Wed, 20 Jan 1999 20:52:42 +0000 (+0000) Subject: All gtk apps were broken here on my setup. I changed the error to a X-Git-Tag: GLIB_1_1_14~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4199bbcaf988eae34011433d7990fc9b35c5d44;p=platform%2Fupstream%2Fglib.git 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 * 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. --- diff --git a/ChangeLog b/ChangeLog index faae837..d2beb35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index faae837..d2beb35 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Jan 20 20:48:58 GMT 1999 Adam D. Moss + + * 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 * gutils.c (g_get_any_init): Use getpwuid_r with the right diff --git a/glib/gutils.c b/glib/gutils.c index b19fd44..67b4f0b 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -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; } diff --git a/gutils.c b/gutils.c index b19fd44..67b4f0b 100644 --- a/gutils.c +++ b/gutils.c @@ -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; }