| 6570 purple_conv_im_get_typing_state(im) == PURPLE_TYPED) { |
6570 purple_conv_im_get_typing_state(im) == PURPLE_TYPED) { |
| 6571 atk_object_set_description(accessibility_obj, _("Stopped Typing")); |
6571 atk_object_set_description(accessibility_obj, _("Stopped Typing")); |
| 6572 style = "color=\"#c4a000\""; |
6572 style = "color=\"#c4a000\""; |
| 6573 } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_NICK) { |
6573 } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_NICK) { |
| 6574 atk_object_set_description(accessibility_obj, _("Nick Said")); |
6574 atk_object_set_description(accessibility_obj, _("Nick Said")); |
| 6575 style = "color=\"#204a87\""; |
6575 style = "color=\"#cc0000\""; |
| 6576 } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT) { |
6576 } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT) { |
| 6577 atk_object_set_description(accessibility_obj, _("Unread Messages")); |
6577 atk_object_set_description(accessibility_obj, _("Unread Messages")); |
| 6578 style = "color=\"#cc0000\""; |
6578 if (gtkconv->active_conv->type == PURPLE_CONV_TYPE_CHAT) |
| |
6579 style = "color=\"#204a87\" weight=\"bold\""; |
| |
6580 else |
| |
6581 style = "color=\"#cc0000\" weight=\"bold\""; |
| 6579 } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT) { |
6582 } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT) { |
| 6580 atk_object_set_description(accessibility_obj, _("New Event")); |
6583 atk_object_set_description(accessibility_obj, _("New Event")); |
| 6581 style = "color=\"#888a85\""; |
6584 style = "color=\"#888a85\""; |
| 6582 } else { |
6585 } else { |
| 6583 style = NULL; |
6586 style = NULL; |