diff --git a/data/pictures/backgrounds/Makefile.am b/data/pictures/backgrounds/Makefile.am index 581d0a13a..f181d752b 100644 --- a/data/pictures/backgrounds/Makefile.am +++ b/data/pictures/backgrounds/Makefile.am @@ -15,7 +15,7 @@ install_DATA += \ $(res0)/bootlogo.m2v endif -res1 = 1920x1080 +#res1 = 1920x1080 -install_DATA += \ - $(res1)/logo.jpg +#install_DATA += \ +# $(res1)/logo.jpg diff --git a/src/gui/components/cc_item_tvpic.cpp b/src/gui/components/cc_item_tvpic.cpp index 4802ba3cb..a4926892d 100644 --- a/src/gui/components/cc_item_tvpic.cpp +++ b/src/gui/components/cc_item_tvpic.cpp @@ -52,7 +52,7 @@ CComponentsPIP::CComponentsPIP( const int x_pos, const int y_pos, const int perc //CComponentsPIP screen_w = frameBuffer->getScreenWidth(true); screen_h = frameBuffer->getScreenHeight(true); - pic_name = frameBuffer->getIconPath("logo", "jpg"); + pic_name = frameBuffer->getIconPath("start", "jpg"); //CComponents x = x_pos;