[gnome-boxes/wip/wizard-n-props-in-dialog2: 1/10] wizard: Make page setter public
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/wizard-n-props-in-dialog2: 1/10] wizard: Make page setter public
- Date: Fri, 29 Aug 2014 00:36:36 +0000 (UTC)
commit faec83da1d66611a1130223ab12c22c85b687c22
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Thu Aug 28 19:05:01 2014 +0100
wizard: Make page setter public
In a following patch, we'll introduce a new widget that will need to
take charge of switching wizard pages.
src/wizard.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wizard.vala b/src/wizard.vala
index 082a2f0..eddf38c 100644
--- a/src/wizard.vala
+++ b/src/wizard.vala
@@ -60,7 +60,7 @@ private class Boxes.Wizard: Gtk.Stack, Boxes.UI {
private WizardPage _page;
public WizardPage page {
get { return _page; }
- private set {
+ set {
back_button.sensitive = (value != WizardPage.INTRODUCTION);
var forwards = value > page;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]