gtk2: reduce listview debug output

git-svn-id: trunk@20785 -
This commit is contained in:
paul 2009-07-02 13:48:39 +00:00
parent c9e44575c5
commit fe32ac3be3

View File

@ -158,8 +158,8 @@ begin
msg.Msg := CN_NOTIFY;
if (widgets=nil) or (Widgets^.ItemCache=nil) or (Widgets^.ItemCache.Count=0) then
begin
debugln(' Gtk2_ItemSelectionChanged ItemCache=nil ',tComponent(widgetInfo^.lclObject).name);
exit;
//debugln(' Gtk2_ItemSelectionChanged ItemCache=nil ',tComponent(widgetInfo^.lclObject).name);
Exit;
end;
for i := 0 to Widgets^.ItemCache.Count -1 do
begin