pidgin/ljfisher-ssl-client-auth

The default widget name for gtkconv->tab_label should be "tab-label",
cpw.qulogic.gtk3
2011-03-15, Elliott Sales de Andrade
9caa4a3bb0a8
Parents 62ca9d966c38
Children fa0f0fd12f36
The default widget name for gtkconv->tab_label should be "tab-label",
not NULL, as that's what's set when it's created. See line ~9429.
--- a/pidgin/gtkconv.c Tue Mar 15 04:15:58 2011 +0000
+++ b/pidgin/gtkconv.c Tue Mar 15 04:33:51 2011 +0000
@@ -6927,7 +6927,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);