[Commits] (jed) Fixed Bug#1797. There were two typos in my last
checkin.
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 30 12:59:08 PDT 2004
Commit by: jed
Modified files:
chandler/parcels/osaf/framework/blocks/ContainerBlocks.py 1.128 1.129
Log message:
Fixed Bug#1797. There were two typos in my last checkin.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/ContainerBlocks.py.diff?r1=text&tr1=1.128&r2=text&tr2=1.129
Index: chandler/parcels/osaf/framework/blocks/ContainerBlocks.py
diff -u chandler/parcels/osaf/framework/blocks/ContainerBlocks.py:1.128 chandler/parcels/osaf/framework/blocks/ContainerBlocks.py:1.129
--- chandler/parcels/osaf/framework/blocks/ContainerBlocks.py:1.128 Thu Aug 26 16:25:34 2004
+++ chandler/parcels/osaf/framework/blocks/ContainerBlocks.py Mon Aug 30 12:59:07 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.128 $"
-__date__ = "$Date: 2004/08/26 23:25:34 $"
+__version__ = "$Revision: 1.129 $"
+__date__ = "$Date: 2004/08/30 19:59:07 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -143,8 +143,8 @@
# radio buttons.
if '__WXMAC__' in wx.PlatformInfo:
itemId = notification.data['sender'].widget.GetId()
- pos = self.widget.getIdPost(itemId)
- self.widget.SetSelectedChoice(pos)
+ pos = self.widget.getIdPos(itemId)
+ self.widget.setSelectedChoice(pos)
self.synchronizeWidget()
class EmbeddedContainer(RectangularChild):
More information about the Commits
mailing list