diff options
Diffstat (limited to 'src/fe-gtk/sexy-spell-entry.c')
-rw-r--r-- | src/fe-gtk/sexy-spell-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/sexy-spell-entry.c b/src/fe-gtk/sexy-spell-entry.c index 190c62e7..8c035c5a 100644 --- a/src/fe-gtk/sexy-spell-entry.c +++ b/src/fe-gtk/sexy-spell-entry.c @@ -286,7 +286,7 @@ insert_underline(SexySpellEntry *entry, guint start, guint end) PangoAttribute *ucolor; PangoAttribute *unline; - fh = xchat_open_file ("colors.conf", O_RDONLY, 0, 0); + fh = hexchat_open_file ("colors.conf", O_RDONLY, 0, 0); if (fh != -1) { |