From kfm-devel Sun Jul 27 22:09:48 1997 From: Stephan Kulow Date: Sun, 27 Jul 1997 22:09:48 +0000 To: kfm-devel Subject: dot files X-MARC-Message: https://marc.info/?l=kfm-devel&m=88721887600274 Hi! The problem with the dot files is my fault. Sorry for that. The patch for it, is very simple: Index: kfmman.cpp =================================================================== RCS file: /usr/local/cvsroot/kdebase/kfm/kfmman.cpp,v retrieving revision 1.5 diff -r1.5 kfmman.cpp 811c811 < if ( sfn[1] == '.' && !view->getGUI()->isShowDot() && sfn != ".." ) --- > if ( sfn[0] == '.' && !view->getGUI()->isShowDot() && sfn != ".." ) Torben: I wouldn't touch the kfm code within the CVS until you allow me to. Greets, Stephan