merge with master
[platform/core/appfw/ail.git] / src / ail_private.h
index c7d1130..60b45f7 100755 (executable)
@@ -157,8 +157,8 @@ typedef enum {
        E_AIL_PROP_X_SLP_MULTIPLE_BOOL,
        E_AIL_PROP_X_SLP_REMOVABLE_BOOL,
        E_AIL_PROP_X_SLP_ISHORIZONTALSCALE_BOOL,
-       E_AIL_PROP_X_SLP_INACTIVATED_BOOL,
-       E_AIL_PROP_BOOL_MAX = E_AIL_PROP_X_SLP_INACTIVATED_BOOL,
+       E_AIL_PROP_X_SLP_ENABLED_BOOL,
+       E_AIL_PROP_BOOL_MAX = E_AIL_PROP_X_SLP_ENABLED_BOOL,
 } ail_prop_bool_e;
 
 #define NUM_OF_PROP E_AIL_PROP_BOOL_MAX + 1