[rkward-cvs] rkward/rkward/plugin rkplugin.cpp,1.11,1.12
Pierre
ecoch at users.sourceforge.net
Fri Feb 25 15:53:15 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16535/plugin
Modified Files:
rkplugin.cpp
Log Message:
Patch by Michael Rutter.
Index: rkplugin.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkplugin.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** rkplugin.cpp 17 Nov 2004 20:45:46 -0000 1.11
--- rkplugin.cpp 25 Feb 2005 15:53:13 -0000 1.12
***************
*** 76,80 ****
// initialize the PHP-backend with the code-template
should_updatecode=false;
! QString dummy = QFileInfo (QFile (filename)).dirPath () + "/code.php";
backend = new PHPBackend ();
connect (backend, SIGNAL (commandDone (int)), this, SLOT (backendCommandDone (int)));
--- 76,83 ----
// initialize the PHP-backend with the code-template
should_updatecode=false;
!
! // Correcting a bug. Not sure about what I'm doing though. (Pierre)
! //QString dummy = QFileInfo (QFile (filename)).dirPath () + "/code.php";
! QString dummy = QFileInfo (filename).dirPath () + "/code.php";
backend = new PHPBackend ();
connect (backend, SIGNAL (commandDone (int)), this, SLOT (backendCommandDone (int)));
More information about the rkward-tracker
mailing list