changeset 31836:9710b3226f11

I think this probably should be applied on i.p.p also. applied changes from 39e729a854eaa60f6f01599236fd3681706f4170 through 73a08f798ab6ede72ea1c28a63c2dc0cc23db620
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 15 Mar 2011 04:36:30 +0000
parents d66112347eb4
children 0efc07144f2f
files pidgin/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Mon Mar 14 04:34:34 2011 +0000
+++ b/pidgin/gtkconv.c	Tue Mar 15 04:36:30 2011 +0000
@@ -6767,7 +6767,7 @@
 			atk_object_set_description(accessibility_obj, _("New Event"));
 			style = "tab-label-event";
 		} else {
-			style = NULL;
+			style = "tab-label";
 		}
 
 		gtk_widget_set_name(gtkconv->tab_label, style);