- Revision
- 16098
- Author
- morgen
- Date
- 2007-12-10 12:40:36 -0800 (Mon, 10 Dec 2007)
Log Message
Fix for bug 11625 (Using UI repo view from bg thread), r=vajda,heikki
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/sharing/conduits.py (16097 => 16098)
--- trunk/chandler/parcels/osaf/sharing/conduits.py 2007-12-10 19:34:11 UTC (rev 16097) +++ trunk/chandler/parcels/osaf/sharing/conduits.py 2007-12-10 20:40:36 UTC (rev 16098) @@ -140,15 +140,9 @@ (host, port, sharePath, username, password, useSSL) = \ self._getSettings() - # The certstore parcel ends up doing a refresh( ) in the - # middle of an SSL sync operation, which pollutes the sharing - # view. To work around this, pass the main view to certstore, - # by way of zanshin. - sslView = self.itsView.repository.views[0] # main repo view - self.serverHandle = WebDAV.ChandlerServerHandle(host, port=port, username=username, password=password, useSSL=useSSL, - repositoryView=sslView) + repositoryView=self.itsView) return self.serverHandle
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
