From: Sergey V. U. <ser...@cl...> - 2002-09-23 20:54:26
|
Hi all Several days ago I offered the solution to the bug on the font used to display buddies. Actually, the problem is that the correct font is not taken from gtk theme because the first call to update_idle_time is performed _before_ gtk theme is loaded, so some wrong default font is used on style creation. I still got no answer on this report:(. Could please anyone check my solution (using gtk_rc_get_style) and tell me whether it actually works. Would it be possible to commit this into CVS (at least for GTK1) Cheers, Sergey |