dabo Commit
Revision 4637
Date: 2008-11-02 18:28:11 -0800 (Sun, 02 Nov 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4637

Changed:
U   trunk/dabo/ui/uiwx/dSlidePanelControl.py

Log:
Fixed the expand all event in the self test code for dSlidePanelControl.  It 
was referencing the wrong object and throwing an AttributeError.

Diff:
Modified: trunk/dabo/ui/uiwx/dSlidePanelControl.py
===================================================================
--- trunk/dabo/ui/uiwx/dSlidePanelControl.py    2008-11-02 23:38:58 UTC (rev 
4636)
+++ trunk/dabo/ui/uiwx/dSlidePanelControl.py    2008-11-03 02:28:11 UTC (rev 
4637)
@@ -802,7 +802,7 @@
                        self.slideControl.collapseAll()
                        
                def onExpandAll(self, evt):
-                       self.mainContainer.expandAll()
+                       self.slideControl.expandAll()
                        
        
        app = dabo.dApp()




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to