From 37468a86412841b1195dcdce018086977288a9ff Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Mon, 22 Oct 2007 16:45:48 +0000 Subject: Same for s/-fullword/-full/ git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4628 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-common/core/hilight-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-common') diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index 65821276..d3cc7074 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -480,7 +480,7 @@ static void hilight_print(int index, HILIGHT_REC *rec) } if (rec->nickmask) g_string_append(options, "-mask "); - if (rec->fullword) g_string_append(options, "-fullword "); + if (rec->fullword) g_string_append(options, "-full "); if (rec->regexp) { g_string_append(options, "-regexp "); #ifdef HAVE_REGEX_H -- cgit v1.2.3