im.pidgin.pidgin: 136abe99803d125464bb1268eb7041051ad4c9ae

sadrul at pidgin.im sadrul at pidgin.im
Sat Dec 29 14:20:39 EST 2007


-----------------------------------------------------------------
Revision: 136abe99803d125464bb1268eb7041051ad4c9ae
Ancestor: dd9823fd27149fd383f7df18c29082f44f079e07
Author: sadrul at pidgin.im
Date: 2007-12-29T18:22:24
Branch: im.pidgin.pidgin

Modified files:
        COPYRIGHT pidgin/gtkblist.c

ChangeLog: 

Patch from Ignacio Casal Quinteiro (nacho) to fix style issues with the headline in the buddylist. Closes #4351.

-------------- next part --------------
============================================================
--- COPYRIGHT	abdecbd42b5e0afbd73a6dc452192be5c787e035
+++ COPYRIGHT	2311d8e470bd1d423bf8dade36e2c183871cc41d
@@ -298,6 +298,7 @@ Justin Pryzby
 Jory A. Pratt
 Brent Priddy
 Justin Pryzby
+Ignacio Casal Quinteiro
 Federicco Mena Quintero
 Yosef Radchenko
 David Raeman
============================================================
--- 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);
 


More information about the Commits mailing list