Revision: 7312
          http://mahogany.svn.sourceforge.net/mahogany/?rev=7312&view=rev
Author:   vadz
Date:     2007-08-04 07:44:57 -0700 (Sat, 04 Aug 2007)

Log Message:
-----------
remove bogus GetSSL() override in MRootFolderFromProfile which prevented the 
folder creation dialog from picking up the (correct) default value of USE_SSL 
option

Modified Paths:
--------------
    trunk/M/src/classes/MFolder.cpp

Modified: trunk/M/src/classes/MFolder.cpp
===================================================================
--- trunk/M/src/classes/MFolder.cpp     2007-08-04 14:33:07 UTC (rev 7311)
+++ trunk/M/src/classes/MFolder.cpp     2007-08-04 14:44:57 UTC (rev 7312)
@@ -400,7 +400,6 @@
    // implement base class pure virtuals (some of them don't make sense to us)
    virtual MFolderType GetType() const { return MF_ROOT; }
    virtual bool NeedsNetwork(void) const { return false; }
-   virtual SSLSupport GetSSL(SSLCert *) const { return SSLSupport_None; }
    virtual void SetSSL(SSLSupport, SSLCert) { }
 
    virtual bool ShouldTryToCreate() const


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to