diff pidgin/gtkconv.c @ 18833:510cd9fa91aa

Revert 'show docklet' preference default to 'always.'
author Sean Egan <seanegan@gmail.com>
date Wed, 08 Aug 2007 00:29:20 +0000
parents 0765cf9331f6
children e9fe99a23ab0 c11c4afe9024
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Tue Aug 07 11:32:56 2007 +0000
+++ b/pidgin/gtkconv.c	Wed Aug 08 00:29:20 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 = "";
 		}