X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/37152843c915fd0a9352256d804ced4ff54c23c4..a7af14d2a74cbfac606857319994f201b859e001:/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)