X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/33ea51a6202ec4f1414b631cf7c9a301ecea9938..281453adb0ff8b3e86eb47aca241284d0cfd7313:/skin.py diff --git a/skin.py b/skin.py index b490f739..19da2036 100755 --- a/skin.py +++ b/skin.py @@ -284,8 +284,8 @@ def loadSingleSkinData(desktop, skin, path_prefix): else: bpp = 32 #print "Resolution:", xres,yres,bpp - from enigma import gFBDC - gFBDC.getInstance().setResolution(xres, yres) + from enigma import gMainDC + gMainDC.getInstance().setResolution(xres, yres) desktop.resize(eSize(xres, yres)) if bpp != 32: # load palette (not yet implemented)