From d97cfa8235de085e5c868aa7143192616bf06352 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 5 Oct 2008 22:38:34 +0000 Subject: [PATCH] use LocationBox skin for MovieLocationBox --- lib/python/Screens/LocationBox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/Screens/LocationBox.py b/lib/python/Screens/LocationBox.py index 13315ffc..7cd6cbf9 100644 --- a/lib/python/Screens/LocationBox.py +++ b/lib/python/Screens/LocationBox.py @@ -498,6 +498,8 @@ class LocationBox(Screen, NumericalTextInput, HelpableScreen): return str(type(self)) + "(" + self.text + ")" class MovieLocationBox(LocationBox): + skinName = "LocationBox" + def __init__(self, session, text, dir, minFree = None): inhibitDirs = ["/bin", "/boot", "/dev", "/etc", "/lib", "/proc", "/sbin", "/sys", "/usr", "/var"] LocationBox.__init__(self, session, text = text, currDir = dir, bookmarks = config.movielist.videodirs, autoAdd = True, editDir = True, inhibitDirs = inhibitDirs, minFree = minFree) -- 2.30.2