Mercurial > pidgin
diff finch/gntconv.c @ 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 | 240d847e9e88 |
| children | 53c27ca1bb71 |
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); }
