From 0ec02c13c7b17f2ad74a834f8b7b2d1ecc2d4630 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Oct 2012 11:53:39 +0200 Subject: Make beep consistent with other alerts --- src/common/cfgfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 61df96c6..a787668e 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -493,7 +493,7 @@ const struct prefs vars[] = { {"input_balloon_time", P_OFFINT (input_balloon_time), TYPE_INT}, {"input_beep_chans", P_OFFINT (input_beep_chans), TYPE_BOOL}, {"input_beep_hilight", P_OFFINT (input_beep_hilight), TYPE_BOOL}, - {"input_beep_msg", P_OFFINT (input_beep_priv), TYPE_BOOL}, + {"input_beep_priv", P_OFFINT (input_beep_priv), TYPE_BOOL}, {"input_command_char", P_OFFSET (cmdchar), TYPE_STR}, {"input_filter_beep", P_OFFINT (filterbeep), TYPE_BOOL}, {"input_flash_chans", P_OFFINT (input_flash_chans), TYPE_BOOL}, -- cgit 1.4.1