From 0922841b20da6c15076f1467280a0e67407826d1 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 31 Oct 2010 13:02:56 +0200 Subject: log rework better gpg configuration check removed annoying message boxes (info now out to log) --- gpg_wrapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gpg_wrapper.h') diff --git a/gpg_wrapper.h b/gpg_wrapper.h index 5d0ce2a..52b3c1c 100644 --- a/gpg_wrapper.h +++ b/gpg_wrapper.h @@ -10,7 +10,8 @@ typedef enum { pxThreadWaitFailed, pxReadFileFailed, pxBufferOverflow, - pxNotFound + pxNotFound, + pxNotConfigured } pxResult; -- cgit v1.2.3