Merge lp:~bfiller/ubuntu-keyboard/disable-predictive-text into lp:ubuntu-keyboard

Proposed by Bill Filler
Status: Merged
Approved by: Michael Frey
Approved revision: 53
Merged at revision: 54
Proposed branch: lp:~bfiller/ubuntu-keyboard/disable-predictive-text
Merge into: lp:ubuntu-keyboard
Diff against target: 12 lines (+1/-1)
1 file modified
data/schemas/com.canonical.keyboard.maliit.gschema.xml (+1/-1)
To merge this branch: bzr merge lp:~bfiller/ubuntu-keyboard/disable-predictive-text
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Bruce Park (community) Approve
Michael Frey (community) Approve
Review via email: mp+188448@code.launchpad.net

Commit message

disable predictive-text setting by default as it's not working properly yet

Description of the change

disable predictive-text setting by default as it's not working properly yet

To post a comment you must log in.
Revision history for this message
Michael Frey (mfrey) wrote :

good.

review: Approve
Revision history for this message
Robert Bruce Park (robru) wrote :

will release ASAP.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/schemas/com.canonical.keyboard.maliit.gschema.xml'
2--- data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-09-30 08:22:17 +0000
3+++ data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-09-30 20:33:39 +0000
4@@ -19,7 +19,7 @@
5 <key name="predictive-text" type="b">
6 <summary>Predictive text</summary>
7 <description>Suggest potential words in word ribbon.</description>
8- <default>true</default>
9+ <default>false</default>
10 </key>
11 <key name="key-press-feedback" type="b">
12 <summary>Key press feedback</summary>

Subscribers

People subscribed via source and target branches