Mercurial > pidgin
changeset 24237:c1e58cfd1107
Set the urgent flag for conversation windows on receiving a /buzz etc.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Thu, 16 Oct 2008 22:20:52 +0000 |
parents | 6ecad8e70da0 |
children | c8ed49367d86 348af0553cf1 22b8a92fb5ee |
files | finch/gntconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/gntconv.c Thu Oct 16 20:34:28 2008 +0000 +++ b/finch/gntconv.c Thu Oct 16 22:20:52 2008 +0000 @@ -899,7 +899,7 @@ g_return_if_fail(ggconv != NULL); - if (flags & PURPLE_MESSAGE_SYSTEM) { + if ((flags & PURPLE_MESSAGE_SYSTEM) && !(flags & PURPLE_MESSAGE_NOTIFY)) { flags &= ~(PURPLE_MESSAGE_SEND | PURPLE_MESSAGE_RECV); }