[Commits] (morgen) Fixing a typo

commits at osafoundation.org commits at osafoundation.org
Tue Feb 1 16:20:48 PST 2005


Commit by: morgen
Modified files:
chandler/parcels/osaf/framework/sharing/Sharing.py 1.52 1.53

Log message:
Fixing a typo


ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/sharing/Sharing.py.diff?r1=text&tr1=1.52&r2=text&tr2=1.53

Index: chandler/parcels/osaf/framework/sharing/Sharing.py
diff -u chandler/parcels/osaf/framework/sharing/Sharing.py:1.52 chandler/parcels/osaf/framework/sharing/Sharing.py:1.53
--- chandler/parcels/osaf/framework/sharing/Sharing.py:1.52	Tue Feb  1 16:11:38 2005
+++ chandler/parcels/osaf/framework/sharing/Sharing.py	Tue Feb  1 16:20:47 2005
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.52 $"
-__date__ = "$Date: 2005/02/02 00:11:38 $"
+__version__ = "$Revision: 1.53 $"
+__date__ = "$Date: 2005/02/02 00:20:47 $"
 __copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
 __license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -569,7 +569,7 @@
     def __getSettings(self):
         if self.account is None:
             return (self.host, self.port, self.sharePath.strip("/"),
-                    self.username, self.password, self.account.useSSL)
+                    self.username, self.password, self.useSSL)
         else:
             return (self.account.host, self.account.port,
                     self.account.path.strip("/"), self.account.username,



More information about the Commits mailing list