Mercurial > pidgin.yaz
diff pidgin/gtkconv.c @ 18844:a53992a4437a
merge of 'dd8e64b939e2f2a23c37594e322f73dd5548a85c'
and 'ed08f14497364a33538ffa789e8ce459f14552d7'
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 08 Aug 2007 01:57:39 +0000 |
parents | 510cd9fa91aa |
children | e9fe99a23ab0 c11c4afe9024 |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Wed Aug 08 01:57:08 2007 +0000 +++ b/pidgin/gtkconv.c Wed Aug 08 01:57:39 2007 +0000 @@ -6320,13 +6320,13 @@ style = "color=\"#c4a000\""; } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_NICK) { atk_object_set_description(accessibility_obj, _("Nick Said")); - style = "color=\"#204a87\" style=\"italic\" weight=\"bold\""; + style = "color=\"#204a87\" weight=\"bold\""; } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_TEXT) { atk_object_set_description(accessibility_obj, _("Unread Messages")); style = "color=\"#cc0000\" weight=\"bold\""; } else if (gtkconv->unseen_state == PIDGIN_UNSEEN_EVENT) { atk_object_set_description(accessibility_obj, _("New Event")); - style = "color=\"#888a85\" style=\"italic\""; + style = "color=\"#888a85\" weight=\"bold\""; } else { style = ""; }