Merge lp:~boiko/address-book-app/fix_settings_button into lp:address-book-app

Proposed by Gustavo Pichorim Boiko
Status: Merged
Approved by: Renato Araujo Oliveira Filho
Approved revision: 458
Merged at revision: 439
Proposed branch: lp:~boiko/address-book-app/fix_settings_button
Merge into: lp:address-book-app
Prerequisite: lp:~renatofilho/address-book-app/mailto
Diff against target: 25 lines (+1/-3)
2 files modified
src/imports/ABContactListPage.qml (+1/-1)
src/imports/Ubuntu/Contacts/simcardcontacts.cpp (+0/-2)
To merge this branch: bzr merge lp:~boiko/address-book-app/fix_settings_button
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+260396@code.launchpad.net

Commit message

Fix loading the settings page

Description of the change

Fix loading the settings page

== Checklist ==
Are there any related MPs required for this MP to build/function as expected? Please list.
No

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)
Yes

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?
Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/<package-name>) on device or emulator?
Yes

If you changed the UI, was the change specified/approved by design?
N/A

If you changed UI labels, did you update the pot file?
N/A

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?
N/A

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

Did you perform an exploratory manual test run of the code change and any related functionality on device or emulator?
Yes

Did CI run pass? If not, please explain why.
Yes

Have you checked that submitter has accurately filled out the submitter checklist and has taken no shortcut?
Yes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/imports/ABContactListPage.qml'
2--- src/imports/ABContactListPage.qml 2015-05-27 22:51:29 +0000
3+++ src/imports/ABContactListPage.qml 2015-05-27 22:51:29 +0000
4@@ -234,7 +234,7 @@
5 Action {
6 text: i18n.tr("Settings")
7 iconName: "settings"
8- onTriggered: pageStack.push(Qt.resolvedUrl("../Settings/SettingsPage.qml"),
9+ onTriggered: pageStack.push(Qt.resolvedUrl("./Settings/SettingsPage.qml"),
10 {"contactListModel": contactList.listModel})
11 }
12 ]
13
14=== modified file 'src/imports/Ubuntu/Contacts/simcardcontacts.cpp'
15--- src/imports/Ubuntu/Contacts/simcardcontacts.cpp 2015-03-17 15:00:40 +0000
16+++ src/imports/Ubuntu/Contacts/simcardcontacts.cpp 2015-05-27 22:51:29 +0000
17@@ -229,8 +229,6 @@
18
19 void SimCardContacts::importDone()
20 {
21- Q_ASSERT(m_pendingModems.isEmpty());
22-
23 writeData();
24 m_importing.unlock();
25 Q_EMIT contactsChanged();

Subscribers

People subscribed via source and target branches