From: mfranz Date: Mon, 7 May 2007 14:37:38 +0000 (+0000) Subject: (untested) last-minute changes are evil! :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b1b08beef8c884e956064359f201ff14e6a940bc;p=flightgear.git (untested) last-minute changes are evil! :-) --- 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 << ')';