From 3fd2d5011f05d2bbfc494a51456f9fa2e0995862 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sun, 29 Dec 2019 23:06:12 +0100 Subject: [PATCH] - data/pictures: disable new logo.jpg; not really usefull for narrow-breasted boxes like hd1 Signed-off-by: Thilo Graf --- data/pictures/backgrounds/Makefile.am | 6 +++--- src/gui/components/cc_item_tvpic.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/pictures/backgrounds/Makefile.am b/data/pictures/backgrounds/Makefile.am index 7bcbb4626..af44790e7 100644 --- a/data/pictures/backgrounds/Makefile.am +++ b/data/pictures/backgrounds/Makefile.am @@ -11,7 +11,7 @@ install_DATA = \ $(res0)/start.jpg -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;