# HG changeset patch # User Elliott Sales de Andrade # Date 1300163790 0 # Node ID 9710b3226f1126716f8ed5880458911a780295c0 # Parent d66112347eb47a5b20670a447914e51bd1207a84 I think this probably should be applied on i.p.p also. applied changes from 39e729a854eaa60f6f01599236fd3681706f4170 through 73a08f798ab6ede72ea1c28a63c2dc0cc23db620 diff -r d66112347eb4 -r 9710b3226f11 pidgin/gtkconv.c --- 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);