summaryrefslogtreecommitdiff
path: root/src/fe-common
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2007-10-22 16:45:48 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-10-22 16:45:48 +0000
commit37468a86412841b1195dcdce018086977288a9ff (patch)
tree6dcabafe4fd82ffd375260a7d13d361471d303af /src/fe-common
parent9fd8510d873ed17b6416a5e5bb28ae5da7aa7ac0 (diff)
downloadirssi-37468a86412841b1195dcdce018086977288a9ff.zip
Same for s/-fullword/-full/
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4628 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common')
-rw-r--r--src/fe-common/core/hilight-text.c2
1 files changed, 1 insertions, 1 deletions
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