2004-03-02  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=135908
	* main.c (apply_config) : restart the screensaver
This commit is contained in:
Jody Goldberg 2004-03-02 17:01:47 +00:00 committed by Jody Goldberg
parent 26139a231b
commit a18071b458

View file

@ -151,6 +151,11 @@ apply_config (struct DisplayInfo *info)
}
}
/* xscreensaver should handle this itself, but does not currently so we hack
* it. Ignore failures in case xscreensaver is not installed */
if (changed)
g_spawn_command_line_async ("xscreensaver-command -restart", NULL);
return changed;
}