[Pidgin] #4351: Style problems in headline_hbox widget
Pidgin
trac at pidgin.im
Sat Dec 29 13:15:02 EST 2007
#4351: Style problems in headline_hbox widget
---------------------------+------------------------------------------------
Reporter: nacho | Owner: sadrul
Type: patch | Status: assigned
Priority: minor | Milestone:
Component: unclassified | Version: 2.3.1
Resolution: | Keywords:
Pending: 1 |
---------------------------+------------------------------------------------
Changes (by sadrul):
* pending: 0 => 1
Comment:
{{{
--- pidgin/gtkblist.c 2bbbdbe2e5f44a3223a0cfcb79bb5fa293b97136
+++ pidgin/gtkblist.c 7d0df67367ff2fa4c29c40c40bea3ee47f11189d
@@ -4853,6 +4853,9 @@ headline_style_set (GtkWidget *widget,
#endif
gtk_tooltips_force_window (tooltips);
+#if GTK_CHECK_VERSION(2, 12, 0)
+ gtk_widget_set_name (tooltips->tip_window, "gtk-tooltips");
+#endif
gtk_widget_ensure_style (tooltips->tip_window);
style = gtk_widget_get_style (tooltips->tip_window);
}}}
The above patch fixes the issue for me. If it works for you, I am going to
commit this one instead.
--
Ticket URL: <http://developer.pidgin.im/ticket/4351#comment:5>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list