aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-theme-irc.c')
-rw-r--r--libempathy-gtk/empathy-theme-irc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-irc.c b/libempathy-gtk/empathy-theme-irc.c
index 7cd9588bb..07ee6781b 100644
--- a/libempathy-gtk/empathy-theme-irc.c
+++ b/libempathy-gtk/empathy-theme-irc.c
@@ -215,7 +215,7 @@ theme_irc_append_message (EmpathyTheme *theme,
nick_tag = "irc-nick-self";
body_tag = "irc-body-self";
} else {
- if (empathy_chat_should_highlight_nick (message)) {
+ if (empathy_message_should_highlight (message)) {
nick_tag = "irc-nick-highlight";
} else {
nick_tag = "irc-nick-other";