From: Brett Parker Date: Mon, 25 Apr 2005 20:01:52 +0000 (+0000) Subject: Fixes override of environment by config files X-Git-Tag: release-1.0.1~5 X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/commitdiff_plain/5dfa164c5bb6569ee7aee25bf6d281d8faf366cb?ds=inline;hp=5dfa164c5bb6569ee7aee25bf6d281d8faf366cb Fixes override of environment by config files Config files now have a lower priority than than the environment, so if BPGALLERY_THEME is set in the config, and you declare it on the command line, it does the right thing (previously it ignored the version on the command line). Also locked the functions for the default theme so that other theme files can not overload them. git-archimport-id: arch@sommitrealweird.co.uk--2005-desktop/bpgallery--mainline--1.0--patch-6 ---