[gnome-color-manager] Set the colorspace on unconnected devices to avoid getting no profiles in the list



commit 10dff93ddad59c6414496fa0d13ae45b0700dce8
Author: Richard Hughes <richard hughsie com>
Date:   Sun Feb 7 20:09:27 2010 +0000

    Set the colorspace on unconnected devices to avoid getting no profiles in the list

 src/gcm-client.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gcm-client.c b/src/gcm-client.c
index d67ed43..bfe3229 100644
--- a/src/gcm-client.c
+++ b/src/gcm-client.c
@@ -590,6 +590,7 @@ gcm_client_add_unconnected_device (GcmClient *client, GKeyFile *keyfile, const g
 		      "connected", FALSE,
 		      "title", title,
 		      "saved", TRUE,
+		      "colorspace", GCM_COLORSPACE_ENUM_RGB, //FIXME: should get from config file
 		      NULL);
 
 	/* load the device */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]