kdelibs/kio/kio kdirlister.cpp,1.90,1.91 kdirlister_p.h,1.4,1.5 Author: brade Fri Mar 1 00:26:48 CET 2002 In directory office:/tmp/cvs-serv4078 Modified Files: kdirlister.cpp kdirlister_p.h Log Message: Well, how dumb can one be? I searched for a bug in the konqtreeview for much too long, wondering why I get doubled items - now I realized that the culprit is kdirlister :-( The fix is quite tricky but very easy... using pointers instead of regular members. The memory management is done automagically by the system's stack, see David? ;-)) I also added a constructor to KDirLister::KDirListerPrivate to not forget initializing _all_ the vars... just got a crash because of this :-/