- Revision
- 15322
- Author
- heikki
- Date
- 2007-09-12 10:31:26 -0700 (Wed, 12 Sep 2007)
Log Message
Bug 10308, test sharing fails when server responds with unknown certificate, r=morgen.
Modified Paths
Diff
Modified: trunk/chandler/application/dialogs/AccountPreferencesDialogs.py (15321 => 15322)
--- trunk/chandler/application/dialogs/AccountPreferencesDialogs.py 2007-09-12 17:28:46 UTC (rev 15321) +++ trunk/chandler/application/dialogs/AccountPreferencesDialogs.py 2007-09-12 17:31:26 UTC (rev 15322) @@ -116,6 +116,7 @@ ps = self.password s = self.useSSL v = self.view + m = self.morsecode parent = self.GetParent() if self.sharingInstance == None: @@ -124,7 +125,7 @@ else: self.sharingInstance = WebDAVTester(h, p, pa, u, ps, s, v) - reconnect = lambda: SharingTestDialog(parent, d, h, p, pa, u, ps, s, v) + reconnect = lambda: SharingTestDialog(parent, d, h, p, pa, u, ps, s, v, m) self.sharingInstance.testAccountSettings(self.OnActionComplete, reconnect)
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
