Mercurial > pidgin.yaz
changeset 20553:bed3c9affda6
Show 'buzz'/'nudge' etc. messages differently from regular messages.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 19 Sep 2007 11:29:19 +0000 |
parents | b7460582a135 |
children | 11d09a5f7b46 |
files | finch/gntconv.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/gntconv.c Wed Sep 19 10:57:37 2007 +0000 +++ b/finch/gntconv.c Wed Sep 19 11:29:19 2007 +0000 @@ -765,7 +765,8 @@ gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(ggconv->tv), _("<AUTO-REPLY> "), GNT_TEXT_FLAG_BOLD); - if (who && *who && (flags & (PURPLE_MESSAGE_SEND | PURPLE_MESSAGE_RECV))) + if (who && *who && (flags & (PURPLE_MESSAGE_SEND | PURPLE_MESSAGE_RECV)) && + !(flags & PURPLE_MESSAGE_NOTIFY)) { char * name = NULL;