Bug 330902

Summary: An extra semicolon in parley.kcfg file
Product: [Applications] parley Reporter: Amarvir Singh <amarvir.ammu.93>
Component: generalAssignee: parley bug tracker <parley-bugs-null>
Status: RESOLVED FIXED    
Severity: minor CC: gladhorn
Priority: NOR    
Version First Reported In: 0.9.4   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 4.12.3
Sentry Crash Report:

Description Amarvir Singh 2014-02-08 02:27:36 UTC
<entry name="MultipleChoiceWordTypeConsistancy" type="Bool">"
" needs to be removed

Reproducible: Always

Actual Results:  
<entry name="MultipleChoiceWordTypeConsistancy" type="Bool">"

Expected Results:  
<entry name="MultipleChoiceWordTypeConsistancy" type="Bool">

Patch ready and submitted.
Comment 1 Jekyll Wu 2014-02-08 10:30:14 UTC
Git commit ae40a166fcb4a702428fbdf118b1c170eb12c353 by Jekyll Wu.
Committed on 08/02/2014 at 09:31.
Pushed by jekyllwu into branch 'KDE/4.12'.

Remove extra quote
FIXED-IN: 4.12.3

M  +1    -1    src/settings/parley.kcfg

http://commits.kde.org/parley/ae40a166fcb4a702428fbdf118b1c170eb12c353
Comment 2 Frederik Gladhorn 2014-02-10 10:17:49 UTC
Thanks, this has been there for ages,  funny that it was never found.