From 63f43d0f18c2521f2c97a19e426402a7487e02db Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Thu, 5 Sep 2024 21:34:45 +0200 Subject: [PATCH] channellist fix footer line Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/269e7e01172c0c4e2553b976595de6471dba7322 Author: Jacek Jendrzej Date: 2024-09-05 (Thu, 05 Sep 2024) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/channellist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/channellist.cpp b/src/gui/channellist.cpp index b23eb8102..44296613e 100644 --- a/src/gui/channellist.cpp +++ b/src/gui/channellist.cpp @@ -1699,6 +1699,7 @@ void CChannelList::paintDetails(int index) } if (!(text2.empty())) { + text2 = str_replace("\\n", " ", text2); while ( text2.find_first_of("[ -.+*#?=!$%&/]+") == 0 ) text2 = text2.substr( 1 ); text2 = text2.substr( 0, text2.find('\n') );