From: Greg Darke Date: Thu, 28 Aug 2008 01:22:24 +0000 (+1000) Subject: Fixed a bug where the convert option was not being passed through to the wallchanger X-Git-Url: https://code.delx.au/bg-scripts/commitdiff_plain/b9fbe7ae464bd55ce910929bb678f440c72cb121?hp=b64049cd6170ba24c983a58d9aba18b4c0e95603 Fixed a bug where the convert option was not being passed through to the wallchanger --- 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: