diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 17:47:56 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-04-14 17:47:56 +0000 |
commit | e2316350cac716ab592074c8358400a5aba7eefc (patch) | |
tree | 741863cac6a2edccfaa77416b804eab63c1f7ee9 /gpgwin.cpp | |
parent | fixed badass a bug and updates README.build (diff) | |
download | gpg4usb-e2316350cac716ab592074c8358400a5aba7eefc.tar.gz gpg4usb-e2316350cac716ab592074c8358400a5aba7eefc.zip |
fixed bug, that text cant be written after decrypt
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@305 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r-- | gpgwin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -451,7 +451,6 @@ void GpgWin::encrypt() QString *tmp2 = new QString(*tmp); edit->setPlainText(*tmp2); } - } void GpgWin::decrypt() |