[rkward-cvs] rkward/rkward/settings rksettingsmodulephp.cpp,1.3,1.4

Pierre ecoch at users.sourceforge.net
Sat Nov 20 08:22:53 UTC 2004


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

Modified Files:
	rksettingsmodulephp.cpp 
Log Message:
Bugfix

Index: rksettingsmodulephp.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/settings/rksettingsmodulephp.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rksettingsmodulephp.cpp	24 Aug 2004 15:04:57 -0000	1.3
--- rksettingsmodulephp.cpp	20 Nov 2004 08:22:49 -0000	1.4
***************
*** 46,50 ****
  
  	files_choser = new GetFileNameWidget (this, GetFileNameWidget::ExistingDirectory, i18n ("Directory, where the PHP support files are located"), "", files_path);
! 	connect (bin_choser, SIGNAL (locationChanged ()), this, SLOT (pathChanged ()));
  	main_vbox->addWidget (files_choser);
  }
--- 46,50 ----
  
  	files_choser = new GetFileNameWidget (this, GetFileNameWidget::ExistingDirectory, i18n ("Directory, where the PHP support files are located"), "", files_path);
! 	connect (files_choser, SIGNAL (locationChanged ()), this, SLOT (pathChanged ()));
  	main_vbox->addWidget (files_choser);
  }





More information about the rkward-tracker mailing list