- Revision
- 11130
- Author
- heikki
- Date
- 2006-07-11 15:49:17 -0700 (Tue, 11 Jul 2006)
Log Message
Minor performance improvement: we already have the local
view variable, just another place where we can use it.
view variable, just another place where we can use it.
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/framework/blocks/calendar/CalendarCanvas.py (11129 => 11130)
--- trunk/chandler/parcels/osaf/framework/blocks/calendar/CalendarCanvas.py 2006-07-11 21:50:17 UTC (rev 11129) +++ trunk/chandler/parcels/osaf/framework/blocks/calendar/CalendarCanvas.py 2006-07-11 22:49:17 UTC (rev 11130) @@ -1179,7 +1179,7 @@ self.OnSelectItem(event) - self.blockItem.itsView.commit() + view.commit() return event
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
