From f10ea0636dec10302ff820054b6995e1d7f6d65d Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 16 Jan 2013 15:48:21 +0400 Subject: [PATCH] gui/infoviewer.cpp: check live frontend for delivery system --- src/gui/infoviewer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index b495afb1f..087550a1b 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1347,7 +1347,8 @@ void CInfoViewer::showSNR () newfreq = false; std::string polarisation = ""; - if (g_info.delivery_system == DVB_S) + + if (CFEManager::getInstance()->getLiveFE()->getType() == FE_QPSK) polarisation = transponder::pol(CFEManager::getInstance()->getLiveFE()->getPolarization()); int frequency = CFEManager::getInstance()->getLiveFE()->getFrequency();