summaryrefslogtreecommitdiff
path: root/vfs/UVFSCore.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-12 15:50:20 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-10-12 15:50:20 +0200
commitf35af507573469b7c1692f01922d323bd1000fbc (patch)
tree619e72d4aa486bc97974293cf045f263e98263b6 /vfs/UVFSCore.pas
parentb417ac914af5e3dfeb27eb5bde6210f88c5b9ec4 (diff)
downloadtuxcmd-f35af507573469b7c1692f01922d323bd1000fbc.tar.xz
Connection Manager password callback improvements
Diffstat (limited to 'vfs/UVFSCore.pas')
-rw-r--r--vfs/UVFSCore.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/vfs/UVFSCore.pas b/vfs/UVFSCore.pas
index e884a09..ee2a6ca 100644
--- a/vfs/UVFSCore.pas
+++ b/vfs/UVFSCore.pas
@@ -486,7 +486,7 @@ end;
function TVFSEngine.GetPrefix: string;
begin
if (FGlobs <> nil) and (@FSourcePlugin.FVFSGetPrefix <> nil)
- then Result := URIHidePassword(FSourcePlugin.FVFSGetPrefix(FGlobs))
+ then Result := FSourcePlugin.FVFSGetPrefix(FGlobs)
else Result := 'VFS';
end;