summary refs log tree commit diff stats
path: root/src/fe-gtk/textgui.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 14:18:20 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 14:18:20 +0200
commit5c49b45a6deb80d604fd6114bb110358b6ee0687 (patch)
tree70cf21d6b57eceae3e34631aecb929a2a7e6adbb /src/fe-gtk/textgui.c
parentbf27d4305288872507e1c6283df91783785c1b1e (diff)
Variable cleanup for input_*
Diffstat (limited to 'src/fe-gtk/textgui.c')
-rw-r--r--src/fe-gtk/textgui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/textgui.c b/src/fe-gtk/textgui.c
index fbee6590..85d09c5c 100644
--- a/src/fe-gtk/textgui.c
+++ b/src/fe-gtk/textgui.c
@@ -141,7 +141,7 @@ PrintTextRaw (void *xtbuf, unsigned char *text, int indent, time_t stamp)
 			if (!beep_done) /* beeps may be slow, so only do 1 per line */
 			{
 				beep_done = TRUE;
-				if (!prefs.filterbeep)
+				if (!prefs.hex_input_filter_beep)
 					gdk_beep ();
 			}
 		default: