[gnome-settings-daemon/gnome-3-2] color: Make displays without EDID data use the correct device ID
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/gnome-3-2] color: Make displays without EDID data use the correct device ID
- Date: Fri, 16 Mar 2012 10:42:05 +0000 (UTC)
commit 6a3d3c15530480b4284c39a8435a846c9ba1ba6c
Author: Richard Hughes <richard hughsie com>
Date: Thu Mar 1 14:34:22 2012 +0000
color: Make displays without EDID data use the correct device ID
According to the colord device-and-profile-naming-spec.txt it should be
'xrandr-lvds1', not 'xrandr_lvds1'.
plugins/color/gsd-color-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index b1d7805..118a92c 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -197,7 +197,7 @@ gcm_session_get_output_id (GsdColorManager *manager, GnomeRROutput *output)
error->message);
g_error_free (error);
g_string_append_printf (device_id,
- "_%s",
+ "-%s",
gnome_rr_output_get_name (output));
goto out;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]