screen: Don't set gnome-session's idle-delay to 1 never
This commit is contained in:
parent
cdfe63a3b2
commit
051a2d188e
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ set_idle_delay_from_dpms (CcScreenPanel *self,
|
|||
{
|
||||
guint off_delay;
|
||||
|
||||
off_delay = 1;
|
||||
off_delay = 0;
|
||||
|
||||
if (value > 0)
|
||||
off_delay = (guint) value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue