summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/util.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shared/util.cpp b/src/shared/util.cpp
index 8c4a3f17..441b64bd 100644
--- a/src/shared/util.cpp
+++ b/src/shared/util.cpp
@@ -1976,9 +1976,7 @@ QString SecurityProduct::toString() const
s += "(" + ps.join("|") + ")";
}
- if (m_active) {
- s += ", active";
- } else {
+ if (!m_active) {
s += ", inactive";
}