GNOME Bugzilla – Bug 103921
[Rem] Can't set initial selected font in gnome-font-dialog unless it is show alreaady
Last modified: 2004-12-22 21:47:04 UTC
If: gnome_font_selection_set_font (fontsel, font); is used before showing the dialog, the font selection is not honored. I started tracking this down and it is a bug in gtktree view, but I need to write a test case if I want it to be fixed (or send a patch).
Not a bug. Added code to example_10.c
Created attachment 14692 [details] [review] sample code to show that the bug doesn't happen (at least with gtk 2.0)