Merge lp:~ajalkane/ubuntu-filemanager-app/home-folder-shown-with-content-picker into lp:ubuntu-filemanager-app

Proposed by Arto Jalkanen
Status: Merged
Approved by: David Planella
Approved revision: 298
Merged at revision: 299
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/home-folder-shown-with-content-picker
Merge into: lp:ubuntu-filemanager-app
Diff against target: 11 lines (+1/-1)
1 file modified
src/app/qml/filemanager.qml (+1/-1)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/home-folder-shown-with-content-picker
Reviewer Review Type Date Requested Status
David Planella Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+238035@code.launchpad.net

Commit message

Bug 1378709: fixing FileManager to show home folder when launched as content picker.

Description of the change

Bug 1378709: fixing FileManager to show home folder when launched as content picker.

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

Note that I couldn't test this change in either desktop nor on device due to various changes that have recently landed to the SDK and/or image. But it's pretty straightforward change.

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :

Tested on a device and it works. The code change looks good to me, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/app/qml/filemanager.qml'
2--- src/app/qml/filemanager.qml 2014-09-20 10:49:51 +0000
3+++ src/app/qml/filemanager.qml 2014-10-10 22:29:44 +0000
4@@ -149,7 +149,7 @@
5
6 FolderListPage {
7 // TODO: remember last selection
8- folder: "~"
9+ folder: userplaces.locationHome
10 }
11 }
12

Subscribers

People subscribed via source and target branches