[gnome-color-manager] Use the manufacturer for the ICC device manufacturer field, not the username
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] Use the manufacturer for the ICC device manufacturer field, not the username
- Date: Thu, 3 Dec 2009 11:14:11 +0000 (UTC)
commit cdac349757e041783b56a4c84a3ae28ff612b5aa
Author: Richard Hughes <richard hughsie com>
Date: Thu Dec 3 11:02:47 2009 +0000
Use the manufacturer for the ICC device manufacturer field, not the username
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 0156fa1..9bce9f0 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", g_get_real_name ()));
+ g_ptr_array_add (array, g_strdup_printf ("-A%s", priv->manufacturer));
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]