fix crash when using GTK 2.14 function in old gtk
authorAndrey Volkov <amewolf@gmail.com>
Thu, 13 Feb 2014 10:47:38 +0000 (14:47 +0400)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 13 Feb 2014 11:31:04 +0000 (12:31 +0100)
commited792d7b7cd64bce0168b4e509337a8e0408300e
tree61ecdba532d39b938d3572d366cbc7881abf8f97
parent763f4e54a818f31b4e89c99ec10924b2738f5de6
fix crash when using GTK 2.14 function in old gtk

This is additional fix for bug 23569.
Previous fix (SHA1 7fcf1cf674d09d9dd1d41e2913252017f1d599ca) is not enough.
QGtkStyle was still crashing with old gtk (< 2.14)
in drawComplexControl () function.
Bug was reproducible on CentOS 5.x and Red Hat 5.x.

Current patch makes the same check as in commit mentioned but in another
line of code.

Task-number: QTBUG-23569

Change-Id: I261b61bc93ccaada879ed02ad4d0bef62935335b
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Reviewed-by: Andy Shaw <andy.shaw@digia.com>
Reviewed-by: Harri Porten <porten@froglogic.com>
(cherry picked from qtbase/7df3321f934e5bd618e2ad00bf801f2b7edd31df)
src/gui/styles/qgtkstyle.cpp