aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authorWojciech GomoĊ‚a <szogun1987@gmail.com>2018-01-28 14:52:53 +0100
committerGitHub <noreply@github.com>2018-01-28 14:52:53 +0100
commit1ad20a1fb3705fcc57569ef71e0145a8d2277f8f (patch)
tree1547832f1258303ee7b51bf98f6d054c9c6a5921 /wizard
parent9d22b6ab4da8f310b629f989233c517eb51d301d (diff)
parentbed05a484cd54cf7269c75df2b1446638df26f7f (diff)
downloadmonzero-gui-1ad20a1fb3705fcc57569ef71e0145a8d2277f8f.tar.gz
monzero-gui-1ad20a1fb3705fcc57569ef71e0145a8d2277f8f.tar.xz
monzero-gui-1ad20a1fb3705fcc57569ef71e0145a8d2277f8f.zip
Merge pull request #1 from monero-project/master
Refresh with source fork
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardConfigure.qml2
-rw-r--r--wizard/WizardCreateViewOnlyWallet.qml2
-rw-r--r--wizard/WizardCreateWallet.qml2
-rw-r--r--wizard/WizardDaemonSettings.qml2
-rw-r--r--wizard/WizardDonation.qml2
-rw-r--r--wizard/WizardFinish.qml2
-rw-r--r--wizard/WizardMain.qml4
-rw-r--r--wizard/WizardManageWalletUI.qml2
-rw-r--r--wizard/WizardOptions.qml2
-rw-r--r--wizard/WizardPassword.qml2
-rw-r--r--wizard/WizardPasswordInput.qml2
-rw-r--r--wizard/WizardPasswordUI.qml2
-rw-r--r--wizard/WizardRecoveryWallet.qml2
-rw-r--r--wizard/WizardWelcome.qml2
14 files changed, 15 insertions, 15 deletions
diff --git a/wizard/WizardConfigure.qml b/wizard/WizardConfigure.qml
index 1459db36..88d10a31 100644
--- a/wizard/WizardConfigure.qml
+++ b/wizard/WizardConfigure.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardCreateViewOnlyWallet.qml b/wizard/WizardCreateViewOnlyWallet.qml
index 09b21764..88ead8d6 100644
--- a/wizard/WizardCreateViewOnlyWallet.qml
+++ b/wizard/WizardCreateViewOnlyWallet.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardCreateWallet.qml b/wizard/WizardCreateWallet.qml
index 14142212..521d6cf7 100644
--- a/wizard/WizardCreateWallet.qml
+++ b/wizard/WizardCreateWallet.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardDaemonSettings.qml b/wizard/WizardDaemonSettings.qml
index db6d1f62..f57fb4cb 100644
--- a/wizard/WizardDaemonSettings.qml
+++ b/wizard/WizardDaemonSettings.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2017, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardDonation.qml b/wizard/WizardDonation.qml
index 57e03524..1fccbebb 100644
--- a/wizard/WizardDonation.qml
+++ b/wizard/WizardDonation.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardFinish.qml b/wizard/WizardFinish.qml
index 794a5cf9..e681c80e 100644
--- a/wizard/WizardFinish.qml
+++ b/wizard/WizardFinish.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardMain.qml b/wizard/WizardMain.qml
index d5c9eb11..43e2d5e0 100644
--- a/wizard/WizardMain.qml
+++ b/wizard/WizardMain.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
@@ -226,7 +226,7 @@ ColumnLayout {
m_wallet.setPassword(settings.wallet_password);
// Store password in session to be able to use password protected functions (e.g show seed)
- appWindow.password = settings.wallet_password
+ appWindow.walletPassword = settings.wallet_password
// saving wallet_filename;
settings['wallet_filename'] = new_wallet_filename;
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml
index fb714ad0..7c9fa536 100644
--- a/wizard/WizardManageWalletUI.qml
+++ b/wizard/WizardManageWalletUI.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardOptions.qml b/wizard/WizardOptions.qml
index 8f4e9477..784c1968 100644
--- a/wizard/WizardOptions.qml
+++ b/wizard/WizardOptions.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardPassword.qml b/wizard/WizardPassword.qml
index 3ce6584d..e99f1cb9 100644
--- a/wizard/WizardPassword.qml
+++ b/wizard/WizardPassword.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardPasswordInput.qml b/wizard/WizardPasswordInput.qml
index a2651440..6101f8d1 100644
--- a/wizard/WizardPasswordInput.qml
+++ b/wizard/WizardPasswordInput.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardPasswordUI.qml b/wizard/WizardPasswordUI.qml
index bca911b8..4861dc48 100644
--- a/wizard/WizardPasswordUI.qml
+++ b/wizard/WizardPasswordUI.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml
index acf0caea..9c028187 100644
--- a/wizard/WizardRecoveryWallet.qml
+++ b/wizard/WizardRecoveryWallet.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
diff --git a/wizard/WizardWelcome.qml b/wizard/WizardWelcome.qml
index 32249cb1..a124913f 100644
--- a/wizard/WizardWelcome.qml
+++ b/wizard/WizardWelcome.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015, The Monero Project
+// Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//