From: Duncan C. <dun...@wo...> - 2007-07-23 15:01:56
|
Mon Jul 23 07:56:41 PDT 2007 Duncan Coutts <du...@ha...> * Must not use _static version of pango_font_description_set_family Since the string buffer is only kept around temporarily, not forever like pango_font_description_set_family_static requires. hunk ./gtk/Graphics/UI/Gtk/Pango/Description.chs 90 - {#call unsafe set_family_static#} fd strPtr + {#call unsafe set_family#} fd strPtr |