diff --git a/src/GUI/property_list.cxx b/src/GUI/property_list.cxx index 6fd273633..759a0786a 100644 --- a/src/GUI/property_list.cxx +++ b/src/GUI/property_list.cxx @@ -336,7 +336,7 @@ void PropertyList::updateTextForEntry(NodeData& data) int num = node->nListeners(); if (data.listener) num--; - if (lst) + if (num) line << ", L" << num; } line << ')';