From b9fbe7ae464bd55ce910929bb678f440c72cb121 Mon Sep 17 00:00:00 2001 From: Greg Darke Date: Thu, 28 Aug 2008 11:22:24 +1000 Subject: [PATCH] Fixed a bug where the convert option was not being passed through to the wallchanger --- randombg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randombg.py b/randombg.py index bb2936b..a259e1e 100755 --- a/randombg.py +++ b/randombg.py @@ -245,7 +245,7 @@ class Cycler(object): self.history_filename = options.history_filename logging.debug("Initialising wallchanger") - wallchanger.init(options.background_colour, options.permanent) + wallchanger.init(options.background_colour, options.permanent, options.convert) logging.debug("Initialising file list") if options.all_random: -- 2.39.2