Merge lp:~ajalkane/ubuntu-filemanager-app/fix-for-new-sdk-create-folder into lp:ubuntu-filemanager-app

Proposed by Arto Jalkanen
Status: Merged
Approved by: Arto Jalkanen
Approved revision: 28
Merged at revision: 28
Proposed branch: lp:~ajalkane/ubuntu-filemanager-app/fix-for-new-sdk-create-folder
Merge into: lp:ubuntu-filemanager-app
Diff against target: 11 lines (+1/-1)
1 file modified
FolderListPage.qml (+1/-1)
To merge this branch: bzr merge lp:~ajalkane/ubuntu-filemanager-app/fix-for-new-sdk-create-folder
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Arto Jalkanen Approve
Review via email: mp+164211@code.launchpad.net

Commit message

Fix for create new folder

Description of the change

Fix for create new folder

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-04-25 22:59:01 +0000
3+++ FolderListPage.qml 2013-05-16 15:23:24 +0000
4@@ -83,7 +83,7 @@
5 text: i18n.tr("Create folder")
6 onTriggered: {
7 print(text)
8- PopupUtils.open(createFolderDialog)
9+ PopupUtils.open(createFolderDialog, root)
10 }
11 }
12

Subscribers

People subscribed via source and target branches