From: Greg Darke Date: Mon, 7 Jul 2008 03:03:26 +0000 (+1000) Subject: RANDOMBG:When we start, set the current wallpaper to the previous one X-Git-Url: https://code.delx.au/bg-scripts/commitdiff_plain/91ed5c2a066f03599449c7c9906353150160c63a?hp=-c RANDOMBG:When we start, set the current wallpaper to the previous one --- 91ed5c2a066f03599449c7c9906353150160c63a diff --git a/randombg.py b/randombg.py index dad637d..510d786 100755 --- a/randombg.py +++ b/randombg.py @@ -219,7 +219,7 @@ class Cycler(object): sys.exit(1) self.task = None - self.cmd_next() + self.cmd_reload() def finish(self): self.filelist.store_cache(self.history_filename)