diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-16 22:33:21 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-01-16 22:33:21 +0100 |
commit | 11bb52fc2f6853791e23694c358af0c466ff4b9b (patch) | |
tree | f6246a600f2c032fc9547ee41075f4b5d9b52b3c /OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java | |
parent | ca95cb9a43d594979213a54c90662ac4f3e384b5 (diff) | |
parent | f4f6e84055a0b2f1959eb018478e00c4170fd25e (diff) | |
download | open-keychain-11bb52fc2f6853791e23694c358af0c466ff4b9b.tar.gz open-keychain-11bb52fc2f6853791e23694c358af0c466ff4b9b.tar.bz2 open-keychain-11bb52fc2f6853791e23694c358af0c466ff4b9b.zip |
Merge branch 'master' of github.com:dschuermann/openpgp-keychain
Diffstat (limited to 'OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java')
-rw-r--r-- | OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java index 69415c4c2..704448e47 100644 --- a/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java +++ b/OpenPGP-Keychain/src/org/sufficientlysecure/keychain/compatibility/ClipboardReflection.java @@ -50,7 +50,7 @@ public class ClipboardReflection { methodNewPlainText.invoke(clipboard, clip); } } catch (Exception e) { - Log.e("ProjectsException", "There was and error copying the text to the clipboard: " + Log.e("ProjectsException", "There was an error copying the text to the clipboard: " + e.getMessage()); } } @@ -89,7 +89,7 @@ public class ClipboardReflection { return null; } } catch (Exception e) { - Log.e("ProjectsException", "There was and error getting the text from the clipboard: " + Log.e("ProjectsException", "There was an error getting the text from the clipboard: " + e.getMessage()); return null; |