Merge lp:~nik90/unav/fix-welcome-wizard-repeat into lp:unav

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 27
Proposed branch: lp:~nik90/unav/fix-welcome-wizard-repeat
Merge into: lp:unav
Diff against target: 13 lines (+0/-4)
1 file modified
qml/Main.qml (+0/-4)
To merge this branch: bzr merge lp:~nik90/unav/fix-welcome-wizard-repeat
Reviewer Review Type Date Requested Status
costales Approve
Review via email: mp+290918@code.launchpad.net

Description of the change

Only push the welcome wizard when the pageStack is loaded.

To post a comment you must log in.
Revision history for this message
costales (costales) wrote :

Thanks a lot.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Main.qml'
2--- qml/Main.qml 2016-04-04 17:30:04 +0000
3+++ qml/Main.qml 2016-04-04 20:32:09 +0000
4@@ -337,10 +337,6 @@
5 if (QmlJs.is_url_dispatcher(url_dispatcher)['is_dispatcher']) {
6 catch_dispatcher(url_dispatcher);
7 }
8- else if (navApp.settings.showTuto) {
9- navApp.settings.showTuto = false;
10- mainPageStack.push(Qt.resolvedUrl("tuto/WelcomeWizard.qml"));
11- }
12 }
13 }
14

Subscribers

People subscribed via source and target branches