diff options
| author | Wojciech GomoĊa <szogun1987@gmail.com> | 2018-01-28 15:30:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-28 15:30:37 +0100 |
| commit | 5adc39915ed46eeba256eac1caa27300d53b4642 (patch) | |
| tree | b86a2f8bce3f4ee50e589d4090151469195ad90e /wizard | |
| parent | 53d2cd4ea7bc72c30ee0613d5dce4415d7848551 (diff) | |
| parent | 2d475547417ef114feab05a98d065ba3b3eca8bf (diff) | |
| download | monzero-gui-5adc39915ed46eeba256eac1caa27300d53b4642.tar.gz monzero-gui-5adc39915ed46eeba256eac1caa27300d53b4642.tar.xz monzero-gui-5adc39915ed46eeba256eac1caa27300d53b4642.zip | |
Merge pull request #2 from szogun1987/master
Refresh with drop
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardConfigure.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardCreateViewOnlyWallet.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardCreateWallet.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardDaemonSettings.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardDonation.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardFinish.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardMain.qml | 4 | ||||
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardOptions.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardPassword.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardPasswordInput.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardPasswordUI.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardRecoveryWallet.qml | 2 | ||||
| -rw-r--r-- | wizard/WizardWelcome.qml | 2 |
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. // |
