diff pidgin/gtkblist.c @ 21956:d1f282dbbda1

Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 29 Dec 2007 18:22:24 +0000
parents 3fc5862b834a
children 780266b8f15d
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Dec 29 17:45:40 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Dec 29 18:22:24 2007 +0000
@@ -4853,6 +4853,9 @@
 #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);