Preferences/ConfigurationPages/EditorAPIsPage.py

changeset 20
74944df40dfb
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
diff -r 3e024a7e465c -r 74944df40dfb Preferences/ConfigurationPages/EditorAPIsPage.py
--- a/Preferences/ConfigurationPages/EditorAPIsPage.py	Wed Jan 06 18:11:25 2010 +0000
+++ b/Preferences/ConfigurationPages/EditorAPIsPage.py	Wed Jan 06 18:12:19 2010 +0000
@@ -206,7 +206,7 @@
             if self.__currentAPI is not None:
                 self.__currentAPI.prepareAPIs(\
                     ondemand = True, 
-                    rawList = [self.__editorGetApisFromApiList()])
+                    rawList = self.__editorGetApisFromApiList())
         
     def __apiPreparationFinished(self):
         """

eric ide

mercurial