cn = ConstantsVuze.getDefaultContentNetwork();
}
url = cn.appendURLSuffix(url, false, true);
}
UIFunctionsSWT uiFunctions = (UIFunctionsSWT) UIFunctionsManager.getUIFunctions();
if (uiFunctions != null) {
if (!COConfigurationManager.getBooleanParameter("add_torrents_silently")) {
if (bringToFront) {
uiFunctions.bringToFront();
}
}
Shell shell = uiFunctions.getMainShell();
if (shell != null) {
new FileDownloadWindow(shell, url, dlInfo.getReferer(),
dlInfo.getRequestProperties(),
new TorrentDownloaderCallBackInterface() {