Review Request 130245: Fix Crash on JoyStick Config when js device did not contain regular joystick button
Albert Astals Cid
aacid at kde.org
Sat Sep 16 10:19:27 BST 2017
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/130245/#review103704
-----------------------------------------------------------
Are you sure this fixes anything?
Just before the lines you changed we have
if ( ! buttonTbl->item(number, 0) )
buttonTbl->setItem(number, 0, new QTableWidgetItem());
Which will create the item, no?
Or is it because number is a negative value somehow?
- Albert Astals Cid
On set. 16, 2017, 7:07 a.m., TOM Harrison wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/130245/
> -----------------------------------------------------------
>
> (Updated set. 16, 2017, 7:07 a.m.)
>
>
> Review request for kde-workspace.
>
>
> Repository: plasma-desktop
>
>
> Description
> -------
>
> This patch will fix the joystick config when detect "btnx keyboard" as joystick, It will crash.
> Due to Btnx keyboard is not a regular joystick.
> Just add one more if to fix this crash.
>
>
> Diffs
> -----
>
> kcms/hardware/joystick/joywidget.cpp 6007d867
>
>
> Diff: https://git.reviewboard.kde.org/r/130245/diff/1/
>
>
> Testing
> -------
>
>
> Thanks,
>
> TOM Harrison
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20170916/2dd6f1d6/attachment.htm>
More information about the kde-core-devel
mailing list