View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/src/DQSDSearchWiz
In directory usw-pr-cvs1:/tmp/cvs-serv2032/src/DQSDSearchWiz

Modified Files:
        ChangeLog.txt DQSDWizardDlg.cpp 
Log Message:
Removed unnecessary generated script code

Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/ChangeLog.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ChangeLog.txt       21 Aug 2002 05:53:40 -0000      1.9
--- ChangeLog.txt       21 Aug 2002 13:19:06 -0000      1.10
***************
*** 1,2 ****
--- 1,7 ----
+ Version 0.6 (beta) - ???
+ 
+ * Removed unnecessary generated script for opening a window, because 
+   nullArgs does it automatically if a <LINK> is supplied.
+ 
  Version 0.5 (beta) - 21-Aug-2002
  

Index: DQSDWizardDlg.cpp
===================================================================
RCS file: /cvsroot/dqsd/dqsd/src/DQSDSearchWiz/DQSDWizardDlg.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** DQSDWizardDlg.cpp   21 Aug 2002 05:53:40 -0000      1.22
--- DQSDWizardDlg.cpp   21 Aug 2002 13:19:06 -0000      1.23
***************
*** 391,401 ****
                          "\r\n    {"
                          "\r\n      if( nullArgs(\"") + strSearchName + _T("\", q) )"
!                         "\r\n        return;"
!                                               "\r\n"
!                                               "\r\n      if( q == \"\" )"
!                                               "\r\n      {"
!                                               "\r\n        openSearchWindow(\"") + 
strLink + _T("\");"
!                                               "\r\n        return;"
!                                               "\r\n      }");
        
        strSearchFile += GetSwitches();
--- 391,395 ----
                          "\r\n    {"
                          "\r\n      if( nullArgs(\"") + strSearchName + _T("\", q) )"
!                         "\r\n        return;");
        
        strSearchFile += GetSwitches();




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to