After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103921 - [Rem] Can't set initial selected font in gnome-font-dialog unless it is show alreaady
[Rem] Can't set initial selected font in gnome-font-dialog unless it is show ...
Status: RESOLVED NOTABUG
Product: gnome-print
Classification: Deprecated
Component: general
CVS
Other other
: Normal normal
: ---
Assigned To: Chema Celorio
Chema Celorio
Depends on:
Blocks:
 
 
Reported: 2003-01-19 23:44 UTC by Chema Celorio
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample code to show that the bug doesn't happen (at least with gtk 2.0) (1.62 KB, patch)
2003-02-28 16:39 UTC, Chema Celorio
none Details | Review

Description Chema Celorio 2003-01-19 23:44:14 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).
Comment 1 Chema Celorio 2003-02-28 16:31:53 UTC
Not a bug. Added code to example_10.c
Comment 2 Chema Celorio 2003-02-28 16:39:43 UTC
Created attachment 14692 [details] [review]
sample code to show that the bug doesn't happen (at least with gtk 2.0)