From 746c59e84bd170ea6054afcbbc45f04fdb1ff48e Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 2 Apr 2019 22:10:15 +0200 Subject: [PATCH] cc_item_picture.cpp use def, supplement to 9af186dcd7ac96a0c3ae718dc3bff35551ad7d3e Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c0f9fc0f06e6c296d6086d5f3275461fc1da553d Author: Jacek Jendrzej Date: 2019-04-02 (Tue, 02 Apr 2019) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/cc_item_picture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/components/cc_item_picture.cpp b/src/gui/components/cc_item_picture.cpp index 2084b590e..6576e1756 100644 --- a/src/gui/components/cc_item_picture.cpp +++ b/src/gui/components/cc_item_picture.cpp @@ -97,7 +97,7 @@ void CComponentsPicture::init( const int &x_pos, const int &y_pos, const int &w, need_init = true; initCCItem(); initParent(parent); - if (!pic_name.empty() && pic_name == "muted") + if (!pic_name.empty() && pic_name == NEUTRINO_ICON_MUTED) paintInit(false); }