From 0d47eb5686d60003759d93165fcadb5f3dfb6b6a Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Fri, 9 Jan 2015 11:23:19 -0600 Subject: Improve GUI handling of zip flashing - change the page sooner so that users cannot activate the slider twice - improve GUI messaging if a zip requests a cache wipe - move update of the file count to the end so it is less visible to the user (e.g. during a cache wipe the counter should not read 0) Change-Id: I5d478f07effe61ca37f3521a77c9e9243a9cb692 --- gui/objects.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/objects.hpp') diff --git a/gui/objects.hpp b/gui/objects.hpp index bb3edb398..a89f48680 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -285,7 +285,7 @@ protected: int doAction(Action action); bool needsToRunInSeparateThread(const Action& action); void simulate_progress_bar(void); - int flash_zip(std::string filename, std::string pageName, int* wipe_cache); + int flash_zip(std::string filename, int* wipe_cache); void reinject_after_flash(); void operation_start(const string operation_name); void operation_end(const int operation_status); -- cgit v1.2.3