[sword-svn] r511 - branches/BCB5/apps/InstallMgr

scribe at crosswire.org scribe at crosswire.org
Tue Jul 19 12:58:53 MST 2011


Author: scribe
Date: 2011-07-19 12:58:53 -0700 (Tue, 19 Jul 2011)
New Revision: 511

Modified:
   branches/BCB5/apps/InstallMgr/RemoteMntFrm.cpp
   branches/BCB5/apps/InstallMgr/RemoteMntFrm.dfm
   branches/BCB5/apps/InstallMgr/RemoteMntFrm.h
Log:
change ftp passive mode immediately upon click

Modified: branches/BCB5/apps/InstallMgr/RemoteMntFrm.cpp
===================================================================
--- branches/BCB5/apps/InstallMgr/RemoteMntFrm.cpp	2011-07-18 12:08:07 UTC (rev 510)
+++ branches/BCB5/apps/InstallMgr/RemoteMntFrm.cpp	2011-07-19 19:58:53 UTC (rev 511)
@@ -163,3 +163,9 @@
 }
 //---------------------------------------------------------------------------
 
+void __fastcall TRemoteMntForm::CheckBox1Click(TObject *Sender)
+{
+	MainForm->installMgr->setFTPPassive(CheckBox1->Checked);	
+}
+//---------------------------------------------------------------------------
+

Modified: branches/BCB5/apps/InstallMgr/RemoteMntFrm.dfm
===================================================================
(Binary files differ)

Modified: branches/BCB5/apps/InstallMgr/RemoteMntFrm.h
===================================================================
--- branches/BCB5/apps/InstallMgr/RemoteMntFrm.h	2011-07-18 12:08:07 UTC (rev 510)
+++ branches/BCB5/apps/InstallMgr/RemoteMntFrm.h	2011-07-19 19:58:53 UTC (rev 511)
@@ -44,6 +44,7 @@
 	void __fastcall SpeedButton1Click(TObject *Sender);
 	void __fastcall SpeedButton3Click(TObject *Sender);
 	void __fastcall SpeedButton5Click(TObject *Sender);
+	void __fastcall CheckBox1Click(TObject *Sender);
 private:	// User declarations
 	SWConfig *config;
 	void checkDisabled();




More information about the sword-cvs mailing list