aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-10 09:54:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-10 09:54:41 +0000
commite758fbd16ba10ed51175341e61f9d710de1a1917 (patch)
tree2c77016e463b74f6b52415214def81c707b170fa /src/prefs_common_dialog.c
parent0b73715dd9b3033f2ce4e8698a5a1968a9e87646 (diff)
don't show gpg warning on win32 by default.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@735 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 56427a3c..46c061b5 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -424,7 +424,7 @@ static PrefsUIData ui_data[] = {
{"passphrase_grab", &privacy.checkbtn_passphrase_grab,
prefs_set_data_from_toggle, prefs_set_toggle},
#endif /* G_OS_WIN32 */
- {"gpg_warning", &privacy.checkbtn_gpg_warning,
+ {"show_gpg_warning", &privacy.checkbtn_gpg_warning,
prefs_set_data_from_toggle, prefs_set_toggle},
#endif /* USE_GPGME */