[gnome-boxes] wizard: Don't make 'continue' sensitive after PREPARATION
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] wizard: Don't make 'continue' sensitive after PREPARATION
- Date: Fri, 12 Apr 2013 13:20:08 +0000 (UTC)
commit 34a10dd0758ff8c7675f7a3e197f579244daccb1
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Apr 11 04:33:19 2013 +0300
wizard: Don't make 'continue' sensitive after PREPARATION
This fixes a regression from commit 5236c822 that made the continue
button be always sensitive on SETUP page even when there was user input
required.
https://bugzilla.gnome.org/show_bug.cgi?id=697765
src/wizard.vala | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 2bd6f27..955bbf9 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -304,7 +304,6 @@ private class Boxes.Wizard: Boxes.UI {
vm_creator = new VMCreator (install_media);
prep_progress.fraction = 1.0;
page = WizardPage.SETUP;
- next_button.sensitive = true;
}
private bool prepare () {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]