From e758fbd16ba10ed51175341e61f9d710de1a1917 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 10 Nov 2005 09:54:41 +0000 Subject: don't show gpg warning on win32 by default. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@735 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libsylph/prefs_common.c') diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c index 9e53a98f..73c21817 100644 --- a/libsylph/prefs_common.c +++ b/libsylph/prefs_common.c @@ -292,7 +292,11 @@ static PrefParam param[] = { {"store_passphrase_timeout", "0", &prefs_common.store_passphrase_timeout, P_INT}, {"passphrase_grab", "FALSE", &prefs_common.passphrase_grab, P_BOOL}, - {"gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL}, +#ifdef G_OS_WIN32 + {"show_gpg_warning", "FALSE", &prefs_common.gpg_warning, P_BOOL}, +#else + {"show_gpg_warning", "TRUE", &prefs_common.gpg_warning, P_BOOL}, +#endif /* Interface */ {"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL}, -- cgit v1.2.3