All gtk apps were broken here on my setup. I changed the error to a
authorGMT 1999 Adam D. Moss <adam@gimp.org>
Wed, 20 Jan 1999 20:52:42 +0000 (20:52 +0000)
committerAdam D. Moss <adam@src.gnome.org>
Wed, 20 Jan 1999 20:52:42 +0000 (20:52 +0000)
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.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gutils.c
gutils.c

index faae837..d2beb35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index faae837..d2beb35 100644 (file)
@@ -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
index b19fd44..67b4f0b 100644 (file)
@@ -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;
          }
index b19fd44..67b4f0b 100644 (file)
--- 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;
          }