[gnome-color-manager/gnome-3-12] Coherent display kind enum ordering



commit 91d9d0940039ee9076fa755fc7819226a362e75c
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date:   Sat Jun 28 15:17:02 2014 +0200

    Coherent display kind enum ordering
    
    The main UI routine doesn't properly assign an enum position
    if no radiobutton has been clicked by the user.
    
    Resulting in CRT (instead of LCD) being passed as display type
    by default to dispcal.
    
    Signed-off-by: Richard Hughes <richard hughsie com>

 src/gcm-calibrate.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-calibrate.h b/src/gcm-calibrate.h
index 27a6150..3856f2c 100644
--- a/src/gcm-calibrate.h
+++ b/src/gcm-calibrate.h
@@ -106,12 +106,12 @@ typedef enum {
 } GcmCalibrateReferenceKind;
 
 typedef enum {
-       GCM_CALIBRATE_DEVICE_KIND_CRT,
        GCM_CALIBRATE_DEVICE_KIND_LCD_CCFL,
        GCM_CALIBRATE_DEVICE_KIND_LCD_LED_WHITE,
        GCM_CALIBRATE_DEVICE_KIND_LCD_LED_RGB,
        GCM_CALIBRATE_DEVICE_KIND_LCD_LED_RGB_WIDE,
        GCM_CALIBRATE_DEVICE_KIND_LCD_CCFL_WIDE,
+       GCM_CALIBRATE_DEVICE_KIND_CRT,
        GCM_CALIBRATE_DEVICE_KIND_PROJECTOR,
        GCM_CALIBRATE_DEVICE_KIND_UNKNOWN
 } GcmCalibrateDisplayKind;


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