summaryrefslogtreecommitdiff
path: root/UCore.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-08 12:30:50 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-08 12:30:50 +0200
commitf76f41f52efd450a31017158ddd2e576cdfeb89a (patch)
tree036934d740a82969797712b070b477f0b35f2ad6 /UCore.pas
parent43eab6179b5c8d5ce265fcada4cafbee53054f88 (diff)
downloadtuxcmd-f76f41f52efd450a31017158ddd2e576cdfeb89a.tar.xz
Fix crash when saving settings to read-only homedir
Diffstat (limited to 'UCore.pas')
-rw-r--r--UCore.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/UCore.pas b/UCore.pas
index 9464460..8bc2654 100644
--- a/UCore.pas
+++ b/UCore.pas
@@ -2760,8 +2760,8 @@ initialization
RightTabSortIDs := TList.Create;
LeftTabSortTypes := TList.Create;
RightTabSortTypes := TList.Create;
- MounterList := nil;
- ConnectionMgrList := nil;
+ AssocList := TList.Create;
+ MounterList := TList.Create;
ConnectionMgrList := TList.Create;
UsedTempPaths := TStringList.Create;
SelectHistory := TStringList.Create;