# HG changeset patch # User Sadrul Habib Chowdhury # Date 1198952544 0 # Node ID d1f282dbbda1147f8ab7463d1b12c812b0be5482 # Parent feb92c44db8787cc8c2a26f892c6920c1fa5cfd9 Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351. diff -r feb92c44db87 -r d1f282dbbda1 COPYRIGHT --- 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 diff -r feb92c44db87 -r d1f282dbbda1 pidgin/gtkblist.c --- 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);