From 7bd012dd43fae6a3409d7fd7b389be64f66d826c Mon Sep 17 00:00:00 2001 From: vanhofen 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/40d9e781bdf6fe5a6cac41dc2a2d4ce8f30a4b24 Author: vanhofen Date: 2019-12-29 (Sun, 29 Dec 2019) Origin message was: ------------------ - data/pictures: disable new logo.jpg; not really usefull for narrow-breasted boxes like hd1 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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 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;