From 4e7edf00e217bc05ab6c0b45bcf9e9d843f99f32 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sun, 13 Jan 2013 18:18:49 +0000 Subject: Fix 1912552: move FontRemove into ro_gui_cleanup() --- riscos/gui.c | 2 ++ riscos/scripts/Run | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'riscos') diff --git a/riscos/gui.c b/riscos/gui.c index 8eac42de7..de5dc4af4 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -944,6 +944,8 @@ void ro_gui_cleanup(void) { ro_gui_buffer_close(); xhourglass_off(); + /* Uninstall NetSurf-specific fonts */ + xos_cli("FontRemove NetSurf:Resources.Fonts."); } diff --git a/riscos/scripts/Run b/riscos/scripts/Run index d3b9988e8..f1300f607 100644 --- a/riscos/scripts/Run +++ b/riscos/scripts/Run @@ -114,6 +114,3 @@ FontInstall NetSurf:Resources.Fonts. WIMPSLOT Run .!RunImage %*0 2>.WWW.NetSurf.Log - -| Uninstall NetSurf-specific fonts -FontRemove NetSurf:Resources.Fonts. -- cgit v1.2.3