aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-preferences.c')
-rw-r--r--mail/mail-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-preferences.c b/mail/mail-preferences.c
index 6462642040..06b11d2cee 100644
--- a/mail/mail-preferences.c
+++ b/mail/mail-preferences.c
@@ -409,7 +409,7 @@ mail_preferences_apply (MailPreferences *prefs)
mail_config_set_confirm_unwanted_html (gtk_toggle_button_get_active (prefs->prompt_unwanted_html));
/* Security */
- entry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (prefs->notify_sound_file));
+ entry = gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (prefs->pgp_path));
string = gtk_entry_get_text (GTK_ENTRY (entry));
pgp_type = string && *string ? mail_config_pgp_type_detect_from_path (string) : MAIL_CONFIG_PGP_TYPE_NONE;