Title: [commits] (alecf) [8442] fix for bug 4750, r=grant
This should have been bug 4749
Alec
[email protected] wrote:
- Revision
- 8442
- Author
- alecf
- Date
- 2005-11-28 16:13:11 -0800 (Mon, 28 Nov 2005)
Log Message
fix for bug 4750,
r=grant
just disable the SelectAll event when the focus is (gasp!) in the
preview area
Modified Paths
Diff
Modified:
branches/Chandler_0.6/chandler/parcels/osaf/framework/blocks/calendar/CalendarBlocks.py
(8441 => 8442)
--- branches/Chandler_0.6/chandler/parcels/osaf/framework/blocks/calendar/CalendarBlocks.py 2005-11-28 22:11:46 UTC (rev 8441)
+++ branches/Chandler_0.6/chandler/parcels/osaf/framework/blocks/calendar/CalendarBlocks.py 2005-11-29 00:13:11 UTC (rev 8442)
@@ -391,6 +391,9 @@
#We want to ignore, because view changes could come in here, and we
#never want to change our collection
pass
+
+ def onSelectAllEventUpdateUI(self, event):
+ event.arguments['Enable'] = False
def instantiateWidget(self):
if not self.getHasBeenRendered():
_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits
|
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev