[gnome-color-manager] Include the time in the calibration basename as we can calibrate more than once per day
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Include the time in the calibration basename as we can calibrate more than once per day
- Date: Fri, 6 Aug 2010 10:53:07 +0000 (UTC)
commit 12b67c0e852c41ee4c985dbddd2fe1c5f006b886
Author: Richard Hughes <richard hughsie com>
Date: Fri Aug 6 11:51:42 2010 +0100
Include the time in the calibration basename as we can calibrate more than once per day
src/gcm-calibrate.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 589e220..3d5647d 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -253,9 +253,8 @@ gcm_calibrate_set_basename (GcmCalibrate *calibrate)
g_string_append_printf (basename, " - %s", serial);
g_string_append_printf (basename, " (%04i-%02i-%02i)", date->year, date->month, date->day);
- /* maybe configure in GSettings? */
- if (0)
- g_string_append_printf (basename, " [%s]", timespec);
+ /* Use time as we can calibrate more than once per day */
+ g_string_append_printf (basename, " [%s]", timespec);
/* save this */
g_object_set (calibrate, "basename", basename->str, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]