From b1b08beef8c884e956064359f201ff14e6a940bc Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 7 May 2007 14:37:38 +0000 Subject: [PATCH] (untested) last-minute changes are evil! :-) --- src/GUI/property_list.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << ')';