summaryrefslogtreecommitdiffstats
path: root/truecrypt
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-10-27 15:44:21 +0000
committer Eric Hameleers <alien@slackware.com>2009-10-27 15:44:21 +0000
commita94c464036dc09bbf12f67ed0eaf91624f26c2f3 (patch)
tree4bc314168bf7c2bdb25ed538dc691ed4630fed73 /truecrypt
parent9eac2e98feef1eb23dae4d3c2172bc20fde8ea79 (diff)
downloadasb-a94c464036dc09bbf12f67ed0eaf91624f26c2f3.tar.gz
asb-a94c464036dc09bbf12f67ed0eaf91624f26c2f3.tar.xz
The patch was wrong
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