[rkward-cvs] rkward/rkward/plugin rkplugin.cpp,1.14,1.15

Thomas Friedrichsmeier tfry at users.sourceforge.net
Fri Apr 15 15:06:54 UTC 2005


Update of /cvsroot/rkward/rkward/rkward/plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13423

Modified Files:
	rkplugin.cpp 
Log Message:
Apparently this compile fix got reverted. Re-reverting it again. If this is not ok for some reason, please complain

Index: rkplugin.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/plugin/rkplugin.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** rkplugin.cpp	26 Mar 2005 10:32:17 -0000	1.14
--- rkplugin.cpp	15 Apr 2005 15:06:52 -0000	1.15
***************
*** 79,83 ****
  	// 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)));
--- 79,83 ----
  	// initialize the PHP-backend with the code-template
  	should_updatecode=false;
! 	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