X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/33ea51a6202ec4f1414b631cf7c9a301ecea9938..6b2d6f1d24af4d81fda1e9ebc4d11a5df3e8110a:/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)