commit | 029a82db6cef52af402271cc0920d2c7f532a5ab | [log] [tgz] |
---|---|---|
author | Matt Mower <mowerm@gmail.com> | Sun Jan 08 13:12:38 2017 -0600 |
committer | Dees Troy <dees_troy@teamw.in> | Wed Jan 18 17:49:23 2017 +0100 |
tree | 25c743f0380381786fa4dd081b56b47abb5b7342 | |
parent | a8a89d1961998a0dffbafbec3de90774933ca515 [diff] [blame] |
Very minor code cleanup Change-Id: Ie0b97da2cce7bb93307ed49b1138bc2f36df34d0
diff --git a/gui/action.cpp b/gui/action.cpp index 8f85e16..f7f29e8 100644 --- a/gui/action.cpp +++ b/gui/action.cpp
@@ -1874,9 +1874,8 @@ { operation_start("Set Boot Slot"); if (!simulate) - { PartitionManager.Set_Active_Slot(arg); - } else + else simulate_progress_bar(); operation_end(0); return 0;