GNOME Bugzilla – Bug 726476
New fontchooser dialog doesn't update font list upon change
Last modified: 2014-03-22 02:55:31 UTC
Try adding a font or removing it from ~/.fonts/. Gtk+ receives a notification from g-s-d and send s theme-changed signal, so widgets redraw themselves. But new font dialog doesn't seem to update its font list. Old one used to do correctly (after I fixed it to not crash).
Created attachment 272611 [details] [review] font chooser: Update font list on font changes We do get a style-updated emission when new fonts are installed. Update the font list in this case.
Attachment 272611 [details] pushed as d669926 - font chooser: Update font list on font changes