[gnome-boxes] wizard: An indentation fix
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] wizard: An indentation fix
- Date: Fri, 24 Oct 2014 00:19:28 +0000 (UTC)
commit 2026566332c4995f9d786211010bb681cb41155a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Oct 24 01:18:42 2014 +0100
wizard: An indentation fix
src/wizard.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 00d5581..99e7f64 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -552,7 +552,7 @@ private class Boxes.Wizard: Gtk.Stack, Boxes.UI {
// Skip SETUP page if installer media doesn't need it
if (page == Boxes.WizardPage.SETUP &&
!vm_creator.install_media.need_user_input_for_vm_creation)
- skip_to = forwards ? page + 1 : page - 1;
+ skip_to = forwards ? page + 1 : page - 1;
// Skip review for live media if told to do so
if (page == Boxes.WizardPage.REVIEW && forwards
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]