Merge lp:~attente/ubuntu-keyboard/spell-checking-settings into lp:ubuntu-keyboard

Proposed by William Hua
Status: Merged
Approved by: Bill Filler
Approved revision: 49
Merged at revision: 53
Proposed branch: lp:~attente/ubuntu-keyboard/spell-checking-settings
Merge into: lp:ubuntu-keyboard
Diff against target: 19 lines (+10/-0)
1 file modified
data/schemas/com.canonical.keyboard.maliit.gschema.xml (+10/-0)
To merge this branch: bzr merge lp:~attente/ubuntu-keyboard/spell-checking-settings
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+187832@code.launchpad.net

Commit message

Re-add the schema that was removed in r45, and append spell-checking settings.

Description of the change

Re-add the schema that was removed in r45, and append spell-checking settings.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

sorry william all the previous changes (including the schema) have now been reverted to trunk. can you please resubmit this MR with just the new key added?

review: Needs Fixing
49. By William Hua

Merge trunk.

Revision history for this message
William Hua (attente) wrote :

Thanks Bill!

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

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/schemas/com.canonical.keyboard.maliit.gschema.xml'
--- data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-09-26 16:02:12 +0000
+++ data/schemas/com.canonical.keyboard.maliit.gschema.xml 2013-09-27 03:34:55 +0000
@@ -26,5 +26,15 @@
26 <description>Vibrate or emit sound on key press.</description>26 <description>Vibrate or emit sound on key press.</description>
27 <default>true</default>27 <default>true</default>
28 </key>28 </key>
29 <key name="spell-checking" type="b">
30 <summary>Spell checking</summary>
31 <description>Check spelling of entered text.</description>
32 <default>true</default>
33 </key>
34 <key name="spell-checking-languages" type="as">
35 <summary>Spell checking languages</summary>
36 <description>User-defined list of activatable spell-checking languages.</description>
37 <default>[]</default>
38 </key>
29 </schema>39 </schema>
30</schemalist>40</schemalist>

Subscribers

People subscribed via source and target branches