src/gui/update.cpp: Go back to the expert menu after backup

Origin commit data
------------------
Branch: ni/coolstream
Commit: dd1e02b6e4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-22 (Tue, 22 Sep 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2015-09-22 13:39:51 +02:00
parent 26e82ad0cf
commit 3b141a5863

View File

@@ -1081,7 +1081,7 @@ int CFlashExpertSetup::exec(CMenuTarget* parent, const std::string &actionKey)
}
cfe->createimage_other = 0;
return menu_return::RETURN_EXIT_ALL;
return menu_return::RETURN_REPAINT;
}
return showMenu();
}