- Revision
- 11354
- Author
- morgen
- Date
- 2006-08-08 10:41:01 -0700 (Tue, 08 Aug 2006)
Log Message
Undoing the patch for bug 4981 which has a side-effect: when subscribing to cosmo calendars, the resulting collection is named ".chandler"
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/sharing/Sharing.py (11353 => 11354)
--- trunk/chandler/parcels/osaf/sharing/Sharing.py 2006-08-08 17:12:10 UTC (rev 11353) +++ trunk/chandler/parcels/osaf/sharing/Sharing.py 2006-08-08 17:41:01 UTC (rev 11354) @@ -1016,7 +1016,9 @@ # When first importing a collection, name it after the share if not getattr(cvSelf.share.contents, 'displayName', ''): cvSelf.share.contents.displayName = \ - self._getDisplayNameForShare(cvSelf.share) + cvSelf.share.displayName + # @@@MOR commenting out until I talk to Grant: + # self._getDisplayNameForShare(cvSelf.share) # If an item was previously on the server (it was in our # manifest) but is no longer on the server, remove it from
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
