use LocationBox skin for MovieLocationBox
authorFelix Domke <tmbinc@elitedvb.net>
Sun, 5 Oct 2008 22:38:34 +0000 (22:38 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Sun, 5 Oct 2008 22:38:34 +0000 (22:38 +0000)
lib/python/Screens/LocationBox.py

index 13315ff..7cd6cbf 100644 (file)
@@ -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)