projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf90b84
)
comp_x_screensaver: screensaver off bug fix
author
Wonguk Jeong
<wonguk.jeong@samsung.com>
Fri, 18 Apr 2014 00:35:43 +0000
(09:35 +0900)
committer
Carsten Haitzler (Rasterman)
<raster@rasterman.com>
Fri, 18 Apr 2014 00:35:45 +0000
(09:35 +0900)
Summary:
Can not turn off screensaver due to condition check bug.
@fixes
Test Plan: enlightenment -> do nothing -> screen saver on -> mouse/key input -> check whether screen saver is turned off or not
Reviewers: raster, cedric, zmike
Reviewed By: raster
CC: seoz, cedric
Differential Revision: https://phab.enlightenment.org/D766
src/bin/e_comp_x.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_x.c
b/src/bin/e_comp_x.c
index b47fbe143914f03f7aab3fc902f28cc17fa9d744..d970e2280708ec45c524c4f5ca1b98b892e0df7b 100644
(file)
--- a/
src/bin/e_comp_x.c
+++ b/
src/bin/e_comp_x.c
@@
-4306,7
+4306,7
@@
_e_comp_x_screensaver_eval_cb(void *d __UNUSED__)
ecore_event_add(E_EVENT_SCREENSAVER_ON, NULL, NULL, NULL);
}
}
- else
if (saver_on)
+ else
{
if (screensaver_idle_timer)
{