From cf50da57422f70059a928f34ca731f18f569eab9 Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 12 Jan 2015 21:59:07 -0600 Subject: Fix handling of custom themes after decrypt Loading a custom theme from the decrypt action was preventing the runPage function from exiting. This moves the loading of a custom theme out of the action. Change-Id: I86904b63a67a25ded56e3e1e569fe906264dc055 --- gui/gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/gui.h') diff --git a/gui/gui.h b/gui/gui.h index 8e0371ef2..21c460ebe 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -24,6 +24,7 @@ int gui_console_only(); int gui_init(); int gui_loadResources(); +int gui_loadCustomResources(); int gui_start(); int gui_startPage(const char* page_name); void gui_print(const char *fmt, ...); -- cgit v1.2.3