[gnome-color-manager] Use the users name as the 'author' rather than the device manufacturer



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]