[gnome-color-manager] Remove a warning at startup for code that does not exist yet
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Remove a warning at startup for code that does not exist yet
- Date: Thu, 26 Nov 2009 13:01:05 +0000 (UTC)
commit 995feaa7bf035658d7155fdd8d38ce25bd4e515a
Author: Richard Hughes <richard hughsie com>
Date: Thu Nov 26 12:58:48 2009 +0000
Remove a warning at startup for code that does not exist yet
src/gcm-prefs.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-prefs.c b/src/gcm-prefs.c
index 8fb57a7..9953655 100644
--- a/src/gcm-prefs.c
+++ b/src/gcm-prefs.c
@@ -155,7 +155,6 @@ gcm_prefs_calibrate_display (GcmCalibrate *calib)
goto finish_calibrate;
}
-
/* if we are an internal LCD, we need to set the brightness to maximum */
ret = gcm_utils_output_is_lcd_internal (output_name);
if (ret) {
@@ -1580,7 +1579,7 @@ gcm_prefs_renderer_combo_changed_cb (GtkWidget *widget, gpointer data)
if (active == -1)
return;
//TODO: need to save to GConf
- egg_warning ("changed to %i", active);
+ egg_debug ("changed rendering intent to %i", active);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]