Merge lp:~jasper-aikema/phablet-extras/maliit-plugins into lp:phablet-extras/maliit-plugins

Proposed by Jasper Aikema
Status: Needs review
Proposed branch: lp:~jasper-aikema/phablet-extras/maliit-plugins
Merge into: lp:phablet-extras/maliit-plugins
Diff against target: 12 lines (+1/-1)
1 file modified
nemo-keyboard/org/nemomobile/EnglishPortrait.qml (+1/-1)
To merge this branch: bzr merge lp:~jasper-aikema/phablet-extras/maliit-plugins
Reviewer Review Type Date Requested Status
Thomas Moenicke Pending
Review via email: mp+150761@code.launchpad.net

Description of the change

Fixed a bug: Caplock was not available when switched from the second Symbol mode to Text mode.

To post a comment you must log in.

Unmerged revisions

2106. By Jasper Aikema

Fixed a bug: Caplock was not available when switch from the second Symbol mode to Text mode.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nemo-keyboard/org/nemomobile/EnglishPortrait.qml'
2--- nemo-keyboard/org/nemomobile/EnglishPortrait.qml 2013-02-22 12:49:13 +0000
3+++ nemo-keyboard/org/nemomobile/EnglishPortrait.qml 2013-02-27 11:16:08 +0000
4@@ -83,7 +83,7 @@
5
6 ShiftKey {
7 state: {
8- if (inSymView || inSymView2)
9+ if (inSymView)
10 return "SYMBOLS"
11 else if (isShifted) {
12 if (isShiftLocked)

Subscribers

People subscribed via source and target branches