From e169a76ff91ec921999f435a5a0a9f6221505baf Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 16 Oct 2017 20:49:28 +0200 Subject: [PATCH] CComponentsPIP: use default background image as default image --- src/gui/components/cc_item_tvpic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/components/cc_item_tvpic.cpp b/src/gui/components/cc_item_tvpic.cpp index e3cd41da8..96597b620 100644 --- a/src/gui/components/cc_item_tvpic.cpp +++ b/src/gui/components/cc_item_tvpic.cpp @@ -51,8 +51,8 @@ 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 = ICONSDIR; - pic_name += "/start.jpg"; + pic_name = LOGODIR; + pic_name += "/logo.jpg"; //CComponents x = x_pos;