diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-07 23:12:49 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-07 23:12:49 +0000 |
commit | bed1212dcb8de39657b43e31addd5b55ad41cc8a (patch) | |
tree | cdbb03b2a498a52a0998e114b95ed2e0efc6f1f7 /main.cpp | |
parent | show fingerprint instead of keyid in import detail dialog (diff) | |
download | gpg4usb-bed1212dcb8de39657b43e31addd5b55ad41cc8a.tar.gz gpg4usb-bed1212dcb8de39657b43e31addd5b55ad41cc8a.zip |
fixed bug in file cryption
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@728 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ int main(int argc, char *argv[]) unsetenv("GPG_AGENT_INFO"); #endif - qDebug() << getenv("GNUPGHOME"); +// qDebug() << getenv("GNUPGHOME"); #ifndef GPG4USB_NON_PORTABLE // take care of gpg not creating directorys on harddisk |