[gnome-boxes] wizard: Skip to 'Preparation' when URI is passed



commit 89750ba3a9ee7ce44718aa68b5263fce17bda4c7
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Nov 24 01:34:40 2011 +0200

    wizard: Skip to 'Preparation' when URI is passed
    
    Skip wizard directly to 'Preparation' step when URI is passed through
    commandline argument.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664690

 src/wizard.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 5ac210a..3d5c7b7 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -444,6 +444,7 @@ private class Boxes.Wizard: Boxes.UI {
                 page = WizardPage.SOURCE;
                 wizard_source.page = SourcePage.URL;
                 wizard_source.uri = app.uri;
+                page = WizardPage.PREPARATION;
                 app.uri = null;
             } else
                 page = WizardPage.INTRODUCTION;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]