Merge lp:~ibelieve/ubuntu-filemanager-app/auto-refresh into lp:ubuntu-filemanager-app

Proposed by Michael Spencer
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 42
Merged at revision: 44
Proposed branch: lp:~ibelieve/ubuntu-filemanager-app/auto-refresh
Merge into: lp:ubuntu-filemanager-app
Diff against target: 12 lines (+2/-0)
1 file modified
FolderListPage.qml (+2/-0)
To merge this branch: bzr merge lp:~ibelieve/ubuntu-filemanager-app/auto-refresh
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Arto Jalkanen Approve
Review via email: mp+173557@code.launchpad.net

Commit message

Enabled auto refresh of the folder view

Description of the change

Enabled auto refresh of the folder view

To post a comment you must log in.
Revision history for this message
Arto Jalkanen (ajalkane) :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'FolderListPage.qml'
2--- FolderListPage.qml 2013-07-03 13:31:12 +0000
3+++ FolderListPage.qml 2013-07-08 18:03:26 +0000
4@@ -174,6 +174,8 @@
5
6 path: root.path
7
8+ enableExternalFSWatcher: true
9+
10 // Properties to emulate a model entry for use by FileDetailsPopover
11 property bool isDir: true
12 property string fileName: pathName(pageModel.path)

Subscribers

People subscribed via source and target branches