From 6e68543591be09859bbaa4c19e0065e65d8acfe3 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 2 Jul 2008 12:05:57 +0000 Subject: # # Some Bugfixes related to locationstuff.patch # # ritzMo: # - fix a missing member in ConfigLocations (argument was ignord but # expected later in the code) # - take care of the fact that an instant record might not be saved in # default record location (fixes error when no hdd installed) # - remove overly complex Screen.close override in LocationBox # - fix deathscreen in LocationBox context menu # Anders Holst: # - fix deathscreen when default record location not in bookmarks when # editing timers which would be stored there # - don't ignore inhibitDirs if inhibitMounts is unset # - hide potentially dangerous folders for all users in MovieLocationBox # (previously / was hidden for userlevel < expert) # --- lib/python/Components/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/python/Components/config.py') diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 529b6020..8cb70987 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -935,6 +935,7 @@ class ConfigSet(ConfigElement): class ConfigLocations(ConfigElement): def __init__(self, default = [], visible_width = False): ConfigElement.__init__(self) + self.visible_width = visible_width self.pos = -1 self.default = default self.locations = [] -- cgit v1.2.3