dabo Commit
Revision 2568
Date: 2006-12-20 12:54:50 -0800 (Wed, 20 Dec 2006)
Author: Paul

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

Log:
Fixed a minor bug from my confirmChanges() modifications the other day.


Diff:
Modified: trunk/dabo/ui/uiwx/dForm.py
===================================================================
--- trunk/dabo/ui/uiwx/dForm.py 2006-12-20 18:02:12 UTC (rev 2567)
+++ trunk/dabo/ui/uiwx/dForm.py 2006-12-20 20:54:50 UTC (rev 2568)
@@ -113,10 +113,10 @@
                                # Don't let the form close, or requery happen
                                return False
                        elif response == True:   ## yes
-                               for biz in bizList:
+                               for biz in changedBizList:
                                        self.save(dataSource=biz.DataSource)
                        elif response == False:  ## no
-                               for biz in bizList:
+                               for biz in changedBizList:
                                        self.cancel(dataSource=biz.DataSource)
                return True
        




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to