summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
Diffstat (limited to 'truecrypt')
-rw-r--r--truecrypt/build/truecrypt-6.3_diropen.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/truecrypt/build/truecrypt-6.3_diropen.patch b/truecrypt/build/truecrypt-6.3_diropen.patch
index 0a33a00f..9b949bdc 100644
--- a/truecrypt/build/truecrypt-6.3_diropen.patch
+++ b/truecrypt/build/truecrypt-6.3_diropen.patch
@@ -13,7 +13,7 @@
catch (exception &e) { ShowError (e); }
}
}
-+ if (desktop == L"XFCE")
++ else if (desktop == L"XFCE")
+ {
+ args.push_back (string (path));
+ try