Little patch (again)
pedro at zmat.suc.es
pedro at zmat.suc.es
Thu Jun 15 10:45:46 BST 2000
When I add a file (New File) to a subfolder of "Classes" the path its
not complete, resulting in a error when I try to create the file. It's
necesary to complete the path by hand. I think it's an error. The patch
(against kdevelop 1.2 version 20000608-A) it's to change the line 970 of
the file ckdevelop_project.cpp from:
dlg.setLocation(dir);
to
dlg.setLocation(prj->getProjectDir()+ prj->getSubDir() +dir);
Thank you
More information about the KDevelop
mailing list