changeset 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 feb92c44db87
children bdc832659314
files COPYRIGHT pidgin/gtkblist.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/COPYRIGHT	Sat Dec 29 17:45:40 2007 +0000
+++ b/COPYRIGHT	Sat Dec 29 18:22:24 2007 +0000
@@ -298,6 +298,7 @@
 Jory A. Pratt
 Brent Priddy
 Justin Pryzby
+Ignacio Casal Quinteiro
 Federicco Mena Quintero
 Yosef Radchenko
 David Raeman
--- 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);