From 7aa2b0f9959c05bd4c361cd582438fd92e9229e4 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 2 May 2011 22:18:53 +0200 Subject: Adium: Mark autoreply message --- libempathy-gtk/empathy-theme-adium.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-theme-adium.c') diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index c334ce3d7..0d09de91c 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -726,9 +726,10 @@ theme_adium_append_message (EmpathyChatView *view, if (empathy_message_should_highlight (msg)) { g_string_append (message_classes, " mention"); } + if (empathy_message_get_tptype (msg) == TP_CHANNEL_TEXT_MESSAGE_TYPE_AUTO_REPLY) { + g_string_append (message_classes, " autoreply"); + } /* FIXME: other classes: - * autoreply - the message is an automatic response, generally due to an - * away status * status - the message is a status change * event - the message is a notification of something happening * (for example, encryption being turned on) -- cgit v1.2.3