Advertisement
Guest User

colord.py.patch

a guest
Sep 1st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.54 KB | None | 0 0
  1. --- dispcalGUI/colord.py        2013-03-01 18:51:57.000000000 +0100
  2. +++ dispcalGUI/colord.py_new    2013-09-01 09:25:36.921048000 +0200
  3. @@ -54,7 +54,7 @@
  4.                 edid_keys = ["manufacturer", "monitor_name", "ascii", "serial_ascii",
  5.                                          "serial_32"]
  6.         else:
  7. -               edid_keys = ["manufacturer", "monitor_name", "serial_ascii"]
  8. +               edid_keys = ["monitor_name", "serial_ascii"]
  9.         for name in edid_keys:
  10.                 value = edid.get(name)
  11.                 if value:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement