[gnome-color-manager] Don't skip phase2 startup if we can't load the config file
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Don't skip phase2 startup if we can't load the config file
- Date: Fri, 4 Dec 2009 15:16:58 +0000 (UTC)
commit 902fbf2f4271d6be79985d40338fcf4b35bbc2a1
Author: Richard Hughes <richard hughsie com>
Date: Fri Dec 4 15:16:37 2009 +0000
Don't skip phase2 startup if we can't load the config file
src/gcm-prefs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 2726f42..792b729 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -2014,7 +2014,7 @@ gcm_prefs_startup_phase1_idle_cb (gpointer user_data)
if (!ret) {
egg_warning ("failed to coldplug: %s", error->message);
g_error_free (error);
- goto out;
+ /* do not fail */
}
/* set calibrate button sensitivity */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]