From 91ed5c2a066f03599449c7c9906353150160c63a Mon Sep 17 00:00:00 2001 From: Greg Darke Date: Mon, 7 Jul 2008 13:03:26 +1000 Subject: [PATCH] RANDOMBG:When we start, set the current wallpaper to the previous one --- randombg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2