[gnome-color-manager] Use the users name as the 'author' rather than the device manufacturer
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Use the users name as the 'author' rather than the device manufacturer
- Date: Sat, 28 Nov 2009 22:57:17 +0000 (UTC)
commit 0cb006abe3b0b57342c88420eda567646da0676d
Author: Richard Hughes <richard hughsie com>
Date: Sat Nov 28 22:15:34 2009 +0000
Use the users name as the 'author' rather than the device manufacturer
src/gcm-calibrate.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 5b4491e..a39b2a8 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -661,7 +661,7 @@ gcm_calibrate_display_generate_profile (GcmCalibrate *calibrate, GError **error)
/* setup the command */
g_ptr_array_add (array, g_strdup ("-v"));
- g_ptr_array_add (array, g_strdup_printf ("-A%s", priv->manufacturer));
+ g_ptr_array_add (array, g_strdup_printf ("-A%s", g_get_real_name ()));
g_ptr_array_add (array, g_strdup_printf ("-M%s", priv->model));
g_ptr_array_add (array, g_strdup_printf ("-D%s", description));
g_ptr_array_add (array, g_strdup_printf ("-C%s", copyright));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]