dabo Commit
Revision 6704
Date: 2011-07-10 09:27:23 -0700 (Sun, 10 Jul 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6704

Changed:
U   trunk/dabo/lib/datanav/Form.py

Log:
Removed redundant refresh() method calls.

Diff:
Modified: trunk/dabo/lib/datanav/Form.py
===================================================================
--- trunk/dabo/lib/datanav/Form.py      2011-07-10 16:25:55 UTC (rev 6703)
+++ trunk/dabo/lib/datanav/Form.py      2011-07-10 16:27:23 UTC (rev 6704)
@@ -68,7 +68,6 @@
                ## make sure it is reflected on screen by calling update() 
afterwards.
                ret = super(Form, self).save(dataSource)
                self.update()
-               self.refresh()
                if self.FormType == "Edit" and self.Modal:
                        dabo.ui.callAfter(self.hide)
                return ret
@@ -76,7 +75,6 @@
        def cancel(self, dataSource=None):
                ret = super(Form, self).cancel(dataSource)
                self.update()
-               self.refresh()
                if self.FormType == "Edit" and self.Modal:
                        dabo.ui.callAfter(self.hide)
                return ret



_______________________________________________
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