[gnome-color-manager] trivial: fix up the last commit to avoid a warning on laptops



commit 784034fc8fada5a7962387baf8f3a066e592e0e2
Author: Richard Hughes <richard hughsie com>
Date:   Wed Dec 9 13:17:23 2009 +0000

    trivial: fix up the last commit to avoid a warning on laptops

 src/gcm-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-client.c b/src/gcm-client.c
index ef741b1..a7f403a 100644
--- a/src/gcm-client.c
+++ b/src/gcm-client.c
@@ -606,7 +606,7 @@ gcm_client_xrandr_add (GcmClient *client, GnomeRROutput *output)
 	ret = gcm_utils_output_is_lcd_internal (output_name);
 	if (ret && model == NULL) {
 		g_object_get (priv->dmi,
-			      "product-version", &model,
+			      "version", &model,
 			      NULL);
 	}
 



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