Fwd: concerning to the "file management bug"
Bernd Gehrmann
bernd at physik.hu-berlin.de
Wed Sep 15 07:54:21 BST 1999
On Tue, 14 Sep 1999 Bernd Gehrmann wrote:
Sorry, standard diffs suck. Here is a unified one:
diff -u -r1.72 ckdevelop_noslot.cpp
--- ckdevelop_noslot.cpp 1999/08/11 17:10:34 1.72
+++ ckdevelop_noslot.cpp 1999/09/15 06:56:41
@@ -476,6 +476,7 @@
}
void CKDevelop::switchToFile(QString filename, bool bForceReload,bool bShowModifiedBox){
+ filename = QFileInfo(filename).absFilePath();
lastfile = edit_widget->getName();
lasttab = s_tab_view->getCurrentTab();
More information about the KDevelop
mailing list