- Revision
- 11118
- Author
- stearns
- Date
- 2006-07-11 10:57:02 -0700 (Tue, 11 Jul 2006)
Log Message
Fix bug 6205 (Never share icon doesn't always display correct state) by telling the notification mechanism that that button cares about changes to the selected item's 'private' attribute.
Modified Paths
Diff
Modified: trunk/chandler/parcels/osaf/framework/blocks/detail/detailblocks.py (11117 => 11118)
--- trunk/chandler/parcels/osaf/framework/blocks/detail/detailblocks.py 2006-07-11 16:52:22 UTC (rev 11117) +++ trunk/chandler/parcels/osaf/framework/blocks/detail/detailblocks.py 2006-07-11 17:57:02 UTC (rev 11118) @@ -348,6 +348,7 @@ buttonKind="Stamp", icon="MarkupPrivate", helpString=messages.PRIVATE, + viewAttribute=u'private', event=buttonPressed, stretchFactor=0.0, minimumSize=SizeType(30, 18))
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
