зеркало из https://github.com/mozilla/pjs.git
Bug 756700 - Use the power.screen.timeout pref value as a default for the power.screen.timeout setting, patch by an anonymous silicon vendor contributor [r=fabrice]
This commit is contained in:
Родитель
046bb6d4ce
Коммит
4d63cfe2ee
|
@ -624,7 +624,7 @@ SettingsListener.observe('language.current', 'en-US', function(value) {
|
|||
power.addWakeLockListener(wakeLockHandler);
|
||||
};
|
||||
|
||||
SettingsListener.observe('power.screen.timeout', 30, function(value) {
|
||||
SettingsListener.observe('power.screen.timeout', idleTimeout, function(value) {
|
||||
if (!value)
|
||||
return;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче