pidgin/gtkconv.c

changeset 23229
9abcc23cbb08
parent 23227
f2d8240d3487
child 23302
cbe5a85c6c32
equal deleted inserted replaced
23228:101fc1d1c12e 23229:9abcc23cbb08
5722 } 5722 }
5723 5723
5724 if (flags & PURPLE_MESSAGE_NICK) { 5724 if (flags & PURPLE_MESSAGE_NICK) {
5725 tagname = "highlight-name"; 5725 tagname = "highlight-name";
5726 } else if (flags & PURPLE_MESSAGE_RECV) { 5726 } else if (flags & PURPLE_MESSAGE_RECV) {
5727 /* The tagname and color is handled by get_buddy_tag */ 5727 /* The tagname for chats is handled by get_buddy_tag */
5728 if (type == PURPLE_CONV_TYPE_IM) { 5728 if (type == PURPLE_CONV_TYPE_IM) {
5729 tagname = "receive-name"; 5729 tagname = "receive-name";
5730 } 5730 }
5731 } else if (flags & PURPLE_MESSAGE_SEND) { 5731 } else if (flags & PURPLE_MESSAGE_SEND) {
5732 tagname = "send-name"; 5732 tagname = "send-name";

mercurial