From ec932b230604ff99619e52a8b092f0fa8042fd57 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 21 Aug 2014 22:48:43 +0200 Subject: [PATCH] screenShield: Fix typo in comment And remove outdated reference to gnome-screensaver https://bugzilla.gnome.org/show_bug.cgi?id=735190 --- js/ui/screenShield.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index cbad7e945..0f5d14014 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -444,14 +444,12 @@ function clamp(value, min, max) { } /** - * To test screen shield, make sure to kill gnome-screensaver. - * * If you are setting org.gnome.desktop.session.idle-delay directly in dconf, * rather than through System Settings, you also need to set * org.gnome.settings-daemon.plugins.power.sleep-display-ac and * org.gnome.settings-daemon.plugins.power.sleep-display-battery to the same value. * This will ensure that the screen blanks at the right time when it fades out. - * https://bugzilla.gnome.org/show_bug.cgi?id=668703 explains the dependance. + * https://bugzilla.gnome.org/show_bug.cgi?id=668703 explains the dependency. */ const ScreenShield = new Lang.Class({ Name: 'ScreenShield',