dabo Commit
Revision 5081
Date: 2009-02-25 16:39:28 -0800 (Wed, 25 Feb 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5081

Changed:
U   trunk/ide/PrefEditor.cdxml

Log:
Fixed bug that caused a traceback and made PrefEditor not save the modified 
values.


Diff:
Modified: trunk/ide/PrefEditor.cdxml
===================================================================
--- trunk/ide/PrefEditor.cdxml  2009-02-26 00:30:01 UTC (rev 5080)
+++ trunk/ide/PrefEditor.cdxml  2009-02-26 00:39:28 UTC (rev 5081)
@@ -214,7 +214,7 @@
                                                                                
                        <code>
                                                                                
                                <onKeyUp><![CDATA[
 def onKeyUp(self, evt):
-       dabo.ui.callAfterInterval(250, self.Form.savePref())
+       dabo.ui.callAfterInterval(250, self.Form.savePref)
 ]]>
                                                                                
                                </onKeyUp>
                                                                                
                        </code>



_______________________________________________
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