enlightenment: Fix E_CONFIG_LIMIT to use the proper min & max values
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:22:19 +0000 (10:22 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:22:19 +0000 (10:22 -0400)
commit2814066c39aada30369a0cda04960eb87fdb4521
treef121dff1f6c9ef015ffe7fa370ce0b24be4fb637
parent59ffe3bed27c98aac069c4dee893a1fa748844a9
enlightenment: Fix E_CONFIG_LIMIT to use the proper min & max values

e_config->backlight.idle_dim is actually an unsigned char in the
structure, so use a 0 & 1 for min & max

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_config.c