440 newScheme) |
440 newScheme) |
441 filename = os.path.join( |
441 filename = os.path.join( |
442 Preferences.getPluginManager("DownloadPath"), |
442 Preferences.getPluginManager("DownloadPath"), |
443 itm.data(0, PluginRepositoryWidget.FilenameRole)) |
443 itm.data(0, PluginRepositoryWidget.FilenameRole)) |
444 self.__pluginsToDownload.append((url, filename)) |
444 self.__pluginsToDownload.append((url, filename)) |
445 self.__downloadPlugin() |
445 if self.__pluginsToDownload: |
|
446 self.__downloadPlugin() |
446 |
447 |
447 def __downloadPluginsDone(self): |
448 def __downloadPluginsDone(self): |
448 """ |
449 """ |
449 Private method called, when the download of the plugins is finished. |
450 Private method called, when the download of the plugins is finished. |
450 """ |
451 """ |