Merge lp:~zyga/checkbox/fix-1319347 into lp:checkbox

Proposed by Zygmunt Krynicki
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 2997
Merged at revision: 2997
Proposed branch: lp:~zyga/checkbox/fix-1319347
Merge into: lp:checkbox
Diff against target: 12 lines (+2/-1)
1 file modified
checkbox-gui/checkbox-gui/testitemmodel.cpp (+2/-1)
To merge this branch: bzr merge lp:~zyga/checkbox/fix-1319347
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+219493@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

Good catch, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-gui/checkbox-gui/testitemmodel.cpp'
2--- checkbox-gui/checkbox-gui/testitemmodel.cpp 2014-05-07 13:00:17 +0000
3+++ checkbox-gui/checkbox-gui/testitemmodel.cpp 2014-05-14 10:51:44 +0000
4@@ -204,7 +204,8 @@
5 */
6 if (variant.toString().compare("manual") == 0 ||
7 variant.toString().compare("user-interact") == 0 ||
8- variant.toString().compare("user-verify") == 0 ) {
9+ variant.toString().compare("user-verify") == 0 ||
10+ variant.toString().compare("user-interact-verify") == 0) {
11 type = tr("Manual");
12 }
13

Subscribers

People subscribed via source and target branches