Don't complain when the GNOME screensaver isn't running (or available)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403493
This commit is contained in:
Sam Lantinga 2009-01-12 08:28:17 +00:00
parent 538276cc18
commit 9116448bf3

View file

@ -419,9 +419,9 @@ static void gnome_screensaver_disable()
{
screensaver_inhibit_pid = fork();
if (screensaver_inhibit_pid == 0) {
//close(0);
//close(1);
//close(2);
close(0);
close(1);
close(2);
execl("/usr/bin/gnome-screensaver-command",
"gnome-screensaver-command",
"--inhibit",