[Commits] (jed) Fixed bug with tabs being unregistered in the
background.
commits at osafoundation.org
commits at osafoundation.org
Thu May 27 14:25:27 PDT 2004
Commit by: jed
Modified files:
chandler/parcels/osaf/framework/blocks/ContainerBlocks.py 1.91 1.92
Log message:
Fixed bug with tabs being unregistered in the background.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/blocks/ContainerBlocks.py.diff?r1=text&tr1=1.91&r2=text&tr2=1.92
Index: chandler/parcels/osaf/framework/blocks/ContainerBlocks.py
diff -u chandler/parcels/osaf/framework/blocks/ContainerBlocks.py:1.91 chandler/parcels/osaf/framework/blocks/ContainerBlocks.py:1.92
--- chandler/parcels/osaf/framework/blocks/ContainerBlocks.py:1.91 Wed May 26 20:13:20 2004
+++ chandler/parcels/osaf/framework/blocks/ContainerBlocks.py Thu May 27 14:24:56 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.91 $"
-__date__ = "$Date: 2004/05/27 03:13:20 $"
+__version__ = "$Revision: 1.92 $"
+__date__ = "$Date: 2004/05/27 21:24:56 $"
__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -279,6 +279,7 @@
event.Skip()
def wxSynchronizeWidget(self):
+ from osaf.framework.notifications.NotificationManager import NotSubscribed as NotSubscribed
block = Globals.repository.find (self.blockUUID)
assert(len(block.childrenBlocks) >= 1), "Tabbed containers cannot be empty"
assert(len(block.childrenBlocks) == len(block.tabNames)), "Improper number of tabs"
More information about the Commits
mailing list