Merge lp:~popey/ubuntu-filemanager-app/fix-1507566 into lp:ubuntu-filemanager-app

Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 480
Merged at revision: 480
Proposed branch: lp:~popey/ubuntu-filemanager-app/fix-1507566
Merge into: lp:ubuntu-filemanager-app
Diff against target: 11 lines (+1/-1)
1 file modified
src/app/qml/ui/PlacesPopover.qml (+1/-1)
To merge this branch: bzr merge lp:~popey/ubuntu-filemanager-app/fix-1507566
Reviewer Review Type Date Requested Status
Carlos Jose Mazieri Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+274884@code.launchpad.net

Commit message

Fix auto-correcting of place names.

To post a comment you must log in.
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
Carlos Jose Mazieri (carlos-mazieri) wrote :

That is OK

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/ui/PlacesPopover.qml'
2--- src/app/qml/ui/PlacesPopover.qml 2015-01-01 20:43:56 +0000
3+++ src/app/qml/ui/PlacesPopover.qml 2015-10-19 12:43:23 +0000
4@@ -57,7 +57,7 @@
5 margins: units.gu(1)
6 }
7
8- inputMethodHints: Qt.ImhNoAutoUppercase
9+ inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
10
11 property bool valid: pathExists(text)
12

Subscribers

People subscribed via source and target branches