summaryrefslogtreecommitdiff
path: root/gpg_wrapper.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:02:56 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:02:56 +0200
commit0922841b20da6c15076f1467280a0e67407826d1 (patch)
tree359a1149b1d24c603ffbac4a7fb68c7e380821be /gpg_wrapper.h
parentf375e4f961eb52fa504c17e7825e832829310e8a (diff)
log rework
better gpg configuration check removed annoying message boxes (info now out to log)
Diffstat (limited to 'gpg_wrapper.h')
-rw-r--r--gpg_wrapper.h3
1 files changed, 2 insertions, 1 deletions
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;