[gnome-session] gsm: make gconf failure non-fatal



commit dec2bf24d71ccb660ab7ca8e6d924e3b81259070
Author: Ray Strode <rstrode redhat com>
Date:   Tue Mar 22 15:56:05 2011 -0400

    gsm: make gconf failure non-fatal
    
    We don't really depend on GConf these days so much, so it probably
    shouldn't be fatal when it fails.  Furthermore, the "make it fatal"
    part doesn't work anyway, since the dialog gets shown before the
    main loop is run.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645564

 gnome-session/gsm-gconf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-gconf.c b/gnome-session/gsm-gconf.c
index cb8b18c..60e01a9 100644
--- a/gnome-session/gsm-gconf.c
+++ b/gnome-session/gsm-gconf.c
@@ -102,7 +102,7 @@ gsm_gconf_check (void)
 
                 if (!WIFEXITED (status) || WEXITSTATUS (status) != 0) {
                         /* FIXME: capture gconf-sanity-check's stderr */
-                        gsm_util_init_error (TRUE,
+                        gsm_util_init_error (FALSE,
                                              _("There is a problem with the configuration server.\n"
                                                "(%s exited with status %d)"),
                                              GCONF_SANITY_CHECK, status);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]