- Revision
- 15903
- Author
- morgen
- Date
- 2007-11-26 10:53:14 -0800 (Mon, 26 Nov 2007)
Log Message
Fixing typo as part of bug 11464, r=bear
Modified Paths
Diff
Modified: trunk/chandler/application/dialogs/SubscribeCollection.py (15902 => 15903)
--- trunk/chandler/application/dialogs/SubscribeCollection.py 2007-11-26 02:38:17 UTC (rev 15902) +++ trunk/chandler/application/dialogs/SubscribeCollection.py 2007-11-26 18:53:14 UTC (rev 15903) @@ -147,7 +147,7 @@ # Put this collection into "My items" if not checked: if not self.checkboxKeepOut.GetValue() or self.mine: logger.info(_(u'Moving collection into Dashboard...')) - schema.ns('osaf.pim', taskView.view).mine.addSource(collection) + schema.ns('osaf.pim', self.taskView).mine.addSource(collection) schema.ns("osaf.app", self.taskView).sidebarCollection.add(collection)
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
