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 748768 - pango_fc_font_map_set_config() should clear caches
pango_fc_font_map_set_config() should clear caches
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
Depends on: 748767
Blocks:
 
 
Reported: 2015-05-01 18:53 UTC by Behdad Esfahbod
Modified: 2015-05-01 19:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2015-05-01 18:53:51 UTC
By calling pango_fc_font_map_cache_clear(), or better yet, API to be added in bug 748767.
Comment 1 Behdad Esfahbod 2015-05-01 19:08:19 UTC
Made it call cache_clear() for now.  Will switch to config_changed() when that's added.
Comment 2 Behdad Esfahbod 2015-05-01 19:17:31 UTC
And fixed now.