[gnome-boxes] The app need to switch too to Wizard state



commit 0e4a02a110b21e7a78289faf7ad13fa8c6c258a8
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date:   Fri Jan 13 14:03:05 2012 +0100

    The app need to switch too to Wizard state
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667859

 src/wizard.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index daeb785..2b7d084 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -460,7 +460,7 @@ private class Boxes.Wizard: Boxes.UI {
     }
 
     public void open_with_uri (string uri) {
-        ui_state = UIState.WIZARD;
+        app.ui_state = UIState.WIZARD;
 
         page = WizardPage.SOURCE;
         wizard_source.page = SourcePage.URL;



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