X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0c8665143633b5f854db9b72102f3c87a16f1722..e34d976be38fb06fb8819379198e89fb591d987f:/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)