dabo Commit
Revision 5088
Date: 2009-02-26 19:54:36 -0800 (Thu, 26 Feb 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5088

Changed:
U   trunk/ide/PrefEditor.py

Log:
Fixed the old call to checkForUpdates() that passed the project name. This 
fixes the re-opened Trac issue #1207.


Diff:
Modified: trunk/ide/PrefEditor.py
===================================================================
--- trunk/ide/PrefEditor.py     2009-02-26 20:00:04 UTC (rev 5087)
+++ trunk/ide/PrefEditor.py     2009-02-27 03:54:36 UTC (rev 5088)
@@ -44,7 +44,7 @@
                
                
        def onCheckNow(self, evt):
-               ret = self.Application.checkForUpdates(project="prf")
+               ret = self.Application.checkForUpdates()
 
 
                



_______________________________________________
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