diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 29409e9a3..a98c80ecc 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -321,7 +321,7 @@ void CEpgData::showText(int startPos, int ypos, bool has_cover, bool fullClear) stars *= 10; // recalculate stars value for starbar int stars_w = 0, stars_h = 0; - frameBuffer->getIconSize(NEUTRINO_ICON_STARS_BG, &icon_w, &icon_h); + g_PicViewer->getSize(NEUTRINO_ICON_STARS_BG, &stars_w, &stars_h); //create starbar item CProgressBar *cc_starbar = new CProgressBar();