Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 924683 - Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed
Summary: Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widg...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk3
Version: 21
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-03-22 10:39 UTC by amar_urs
Modified: 2014-11-19 18:51 UTC (History)
4 users (show)

Fixed In Version: gtk2-2.24.24-4.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-10-03 03:57:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Sample checkbox and radiobutton code (2.22 KB, text/x-python)
2013-03-22 10:39 UTC, amar_urs
no flags Details

Description amar_urs 2013-03-22 10:39:37 UTC
Created attachment 714476 [details]
Sample checkbox and radiobutton code

Description of problem:
QT applications are prompting error message or crashing when CheckBox/Radiobutton is clicked with GTK+ theme.

In Fedora 18 gnome environment, GTK errors (Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed) are coming in terminal when radiobutton or checkbox is clicked with GTK+ theme.

Also hp-systray is crashing, when settings is selected.


This error message and hp-systray is not observed if QT-theme changed from GTK+ to other by running qtconfig-qt4 utility.

When pushButton is clicked, this GTK error message is not displayed. 

Please find the attached sample code and help us resolving this hp-systray crash issue.


Version-Release number of selected component (if applicable):
gtk2-tools-2.24.14
gtk3-tools-3.6.4

How reproducible:
Always

Steps to Reproduce:
I) GTK error messages.
  1. run the attached sample code
  2. click on radio button
  3. click on radio button
  4. click on push button

II) hp-systray crash
  1. Install any HPLIP package
  2. select settings on hp-systray

Actual results:
I) when radiobutton/ check box is clicked this error message is observed.
Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed

II) hp-systray crashes and above error messages appears on terminal.

Expected results:
This error message shouldn't be appeared.



Additional info:
Same issue observed in OpenSuse 12.3

Comment 1 amar_urs 2013-03-22 11:06:18 UTC
If qt theme changed from GTK+ to other, this hp-systray is crash is not happening..

Back trace for systray crash.

[New LWP 24458]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `python /usr/bin/hp-systray -x -g'.
Program terminated with signal 11, Segmentation fault.
#0  0x495ed56c in ?? () from /lib/libpython2.7.so.1.0
Missing separate debuginfos, use: debuginfo-install python-2.7.3-13.fc18.i686
(gdb) bt
#0  0x495ed56c in ?? () from /lib/libpython2.7.so.1.0
#1  0x495eda65 in PyErr_WarnEx () from /lib/libpython2.7.so.1.0
#2  0xb62eff23 in _log_func () from /usr/lib/python2.7/site-packages/gobject/_gobject.so
#3  0xb6b32df7 in g_logv () from /lib/libglib-2.0.so.0
#4  0xb6b32fb4 in g_log () from /lib/libglib-2.0.so.0
#5  0xb6b32ffe in g_return_if_fail_warning () from /lib/libglib-2.0.so.0
#6  0xb5e99896 in gtk_widget_get_direction () from /lib/libgtk-x11-2.0.so.0
#7  0xb59b5150 in draw_simple_image.isra.0 () from /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
#8  0xb59b5732 in draw_focus () from /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
#9  0xb5de6c1f in gtk_paint_focus () from /lib/libgtk-x11-2.0.so.0
#10 0x415370d5 in QGtkPainter::paintFocus(_GtkWidget*, char const*, QRect const&, GtkStateType, _GtkStyle*, QString const&) () from /lib/libQtGui.so.4
#11 0x4152521c in QGtkStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const*, QPainter*, QWidget const*) const () from /lib/libQtGui.so.4
#12 0x4152c2d1 in QGtkStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const () from /lib/libQtGui.so.4
#13 0x41590f80 in QCheckBox::paintEvent(QPaintEvent*) () from /lib/libQtGui.so.4
#14 0xb682fc78 in sipQCheckBox::paintEvent(QPaintEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#15 0x411b03fb in QWidget::event(QEvent*) () from /lib/libQtGui.so.4
#16 0x4157a752 in QAbstractButton::event(QEvent*) () from /lib/libQtGui.so.4
#17 0x41591389 in QCheckBox::event(QEvent*) () from /lib/libQtGui.so.4
#18 0xb682fdb0 in sipQCheckBox::event(QEvent*) () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#19 0x4115606c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/libQtGui.so.4
#20 0x4115abd5 in QApplication::notify(QObject*, QEvent*) () from /lib/libQtGui.so.4
#21 0xb68623e0 in sipQApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#22 0x4fb880be in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib/libQtCore.so.4
#23 0x411ab81b in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#24 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#25 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
---Type <return> to continue, or q <return> to quit---
#26 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#27 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#28 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#29 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#30 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#31 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#32 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#33 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#34 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#35 0x411ac19b in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#36 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#37 0x411ac355 in QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList<QObject*> const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#38 0x411ab34e in QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) () from /lib/libQtGui.so.4
#39 0x413a3d25 in QWidgetBackingStore::sync() () from /lib/libQtGui.so.4
#40 0x4119f8bb in QWidgetPrivate::syncBackingStore() () from /lib/libQtGui.so.4
#41 0x411b06de in QWidget::event(QEvent*) () from /lib/libQtGui.so.4
#42 0xb6889190 in sipQDialog::event(QEvent*) () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#43 0x4115606c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/libQtGui.so.4
#44 0x4115abd5 in QApplication::notify(QObject*, QEvent*) () from /lib/libQtGui.so.4
#45 0xb68623e0 in sipQApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
---Type <return> to continue, or q <return> to quit---
#46 0x4fb880be in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib/libQtCore.so.4
#47 0x4139edc4 in QWidgetBackingStore::markDirty(QRect const&, QWidget*, bool, bool) () from /lib/libQtGui.so.4
#48 0x411a0652 in QWidget::repaint(QRect const&) () from /lib/libQtGui.so.4
#49 0x411a0762 in QWidget::repaint() () from /lib/libQtGui.so.4
#50 0x4157a5f5 in QAbstractButton::mousePressEvent(QMouseEvent*) () from /lib/libQtGui.so.4
#51 0xb682f9f8 in sipQCheckBox::mousePressEvent(QMouseEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#52 0x411b0437 in QWidget::event(QEvent*) () from /lib/libQtGui.so.4
#53 0x4157a752 in QAbstractButton::event(QEvent*) () from /lib/libQtGui.so.4
#54 0x41591389 in QCheckBox::event(QEvent*) () from /lib/libQtGui.so.4
#55 0xb682fdb0 in sipQCheckBox::event(QEvent*) () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#56 0x4115606c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/libQtGui.so.4
#57 0x4115b60b in QApplication::notify(QObject*, QEvent*) () from /lib/libQtGui.so.4
#58 0xb68623e0 in sipQApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#59 0x4fb880be in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib/libQtCore.so.4
#60 0x41156ef5 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /lib/libQtGui.so.4
#61 0x411e0235 in QETWidget::translateMouseEvent(_XEvent const*) () from /lib/libQtGui.so.4
#62 0x411deedb in QApplication::x11ProcessEvent(_XEvent*) () from /lib/libQtGui.so.4
#63 0x41208a85 in x11EventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib/libQtGui.so.4
#64 0xb6b2b16b in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#65 0xb6b2b510 in g_main_context_iterate.isra.22 () from /lib/libglib-2.0.so.0
#66 0xb6b2b5f2 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#67 0x4fbbab02 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /lib/libQtCore.so.4
#68 0x4120870b in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /lib/libQtGui.so.4
#69 0x4fb86b5d in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/libQtCore.so.4
#70 0x4fb86e59 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/libQtCore.so.4
#71 0x4169d3ce in QDialog::exec() () from /lib/libQtGui.so.4
#72 0xb6886b95 in meth_QDialog_exec_ () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#73 0x495af0dd in PyCFunction_Call () from /lib/libpython2.7.so.1.0
#74 0x4960e804 in PyEval_EvalFrameEx () from /lib/libpython2.7.so.1.0
---Type <return> to continue, or q <return> to quit---
#75 0x4960f199 in PyEval_EvalCodeEx () from /lib/libpython2.7.so.1.0
#76 0x49599961 in ?? () from /lib/libpython2.7.so.1.0
#77 0x495729e1 in PyObject_Call () from /lib/libpython2.7.so.1.0
#78 0x495822dc in ?? () from /lib/libpython2.7.so.1.0
#79 0x495729e1 in PyObject_Call () from /lib/libpython2.7.so.1.0
#80 0x49607f1c in PyEval_CallObjectWithKeywords () from /lib/libpython2.7.so.1.0
#81 0xb6ada184 in sip_api_invoke_slot () from /usr/lib/python2.7/site-packages/sip.so
#82 0xb6db19b5 in PyQtProxy::invokeSlot(qpycore_slot const&, void**) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtCore.so
#83 0xb6db1d17 in PyQtProxy::unislot(void**) () from /usr/lib/python2.7/site-packages/PyQt4/QtCore.so
#84 0xb6db1dc8 in PyQtProxy::qt_metacall(QMetaObject::Call, int, void**) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtCore.so
#85 0x4fb8edf6 in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /lib/libQtCore.so.4
#86 0x4fb9f4ae in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /lib/libQtCore.so.4
#87 0x4114efae in QAction::triggered(bool) () from /lib/libQtGui.so.4
#88 0x4114f24c in QAction::activate(QAction::ActionEvent) () from /lib/libQtGui.so.4
#89 0x41607bad in QMenuPrivate::activateCausedStack(QList<QPointer<QWidget> > const&, QAction*, QAction::ActionEvent, bool) () from /lib/libQtGui.so.4
#90 0x4160ee96 in QMenuPrivate::activateAction(QAction*, QAction::ActionEvent, bool) () from /lib/libQtGui.so.4
#91 0x4160fe16 in QMenu::mouseReleaseEvent(QMouseEvent*) () from /lib/libQtGui.so.4
#92 0xb6680a18 in sipQMenu::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#93 0x411b0455 in QWidget::event(QEvent*) () from /lib/libQtGui.so.4
#94 0x4161030c in QMenu::event(QEvent*) () from /lib/libQtGui.so.4
#95 0xb6680cd0 in sipQMenu::event(QEvent*) () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#96 0x4115606c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib/libQtGui.so.4
#97 0x4115b60b in QApplication::notify(QObject*, QEvent*) () from /lib/libQtGui.so.4
#98 0xb68623e0 in sipQApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#99 0x4fb880be in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib/libQtCore.so.4
#100 0x41156ef5 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) () from /lib/libQtGui.so.4
#101 0x411e00da in QETWidget::translateMouseEvent(_XEvent const*) () from /lib/libQtGui.so.4
#102 0x411deedb in QApplication::x11ProcessEvent(_XEvent*) () from /lib/libQtGui.so.4
---Type <return> to continue, or q <return> to quit---
#103 0x41208a85 in x11EventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib/libQtGui.so.4
#104 0xb6b2b16b in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#105 0xb6b2b510 in g_main_context_iterate.isra.22 () from /lib/libglib-2.0.so.0
#106 0xb6b2b5f2 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#107 0x4fbbab02 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /lib/libQtCore.so.4
#108 0x4120870b in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
   from /lib/libQtGui.so.4
#109 0x4fb86b5d in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/libQtCore.so.4
#110 0x4fb86e59 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/libQtCore.so.4
#111 0x4fb8c39b in QCoreApplication::exec() () from /lib/libQtCore.so.4
#112 0x41153ee5 in QApplication::exec() () from /lib/libQtGui.so.4
#113 0xb6860caf in meth_QApplication_exec_ () from /usr/lib/python2.7/site-packages/PyQt4/QtGui.so
#114 0x495af0dd in PyCFunction_Call () from /lib/libpython2.7.so.1.0
#115 0x4960e804 in PyEval_EvalFrameEx () from /lib/libpython2.7.so.1.0
#116 0x4960da91 in PyEval_EvalFrameEx () from /lib/libpython2.7.so.1.0
#117 0x4960f199 in PyEval_EvalCodeEx () from /lib/libpython2.7.so.1.0
#118 0x4960f314 in PyEval_EvalCode () from /lib/libpython2.7.so.1.0
#119 0x496285fb in ?? () from /lib/libpython2.7.so.1.0
#120 0x496295bc in PyRun_FileExFlags () from /lib/libpython2.7.so.1.0
#121 0x4962a162 in PyRun_SimpleFileExFlags () from /lib/libpython2.7.so.1.0
#122 0x4962adf8 in PyRun_AnyFileExFlags () from /lib/libpython2.7.so.1.0
#123 0x4963c612 in Py_Main () from /lib/libpython2.7.so.1.0
#124 0x08048578 in main ()
(gdb)

Comment 2 Miro Hrončok 2013-04-23 20:29:16 UTC
I see exactly the same message when running slic3r on Fedora 19. It uses wxPerl. See no such message on F18.

Comment 3 markusN 2013-05-31 10:27:44 UTC
The message is also triggered by gftp:

[neteler@north ~]$ gftp

(gftp-gtk:20157): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed

(gftp-gtk:20157): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed

(gftp-gtk:20157): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion `GTK_IS_WIDGET (widget)' failed
....

Comment 4 Fedora End Of Life 2013-12-21 12:23:07 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 5 Fedora End Of Life 2014-02-05 20:12:11 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 6 Miro Hrončok 2014-09-24 11:23:20 UTC
Happens with slic3r on F21.

Comment 7 Fedora Update System 2014-09-29 20:53:27 UTC
gtk2-2.24.24-4.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/gtk2-2.24.24-4.fc21

Comment 8 Fedora Update System 2014-10-01 04:20:14 UTC
Package gtk2-2.24.24-4.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing gtk2-2.24.24-4.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-11910/gtk2-2.24.24-4.fc21
then log in and leave karma (feedback).

Comment 9 markusN 2014-10-01 06:57:49 UTC
Please consider to backport to F20, I am happy to test.

Comment 10 Fedora Update System 2014-10-03 03:57:21 UTC
gtk2-2.24.24-4.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 11 Vince Golubic 2014-11-19 18:51:52 UTC
I tried updating with the latest Fedora (mentioned above), still see same issue with Gtk-CRITICAL when radio buttons are selected while a Qt 4 or 5 Application is running.

Vince Golubic


Note You need to log in before you can comment on or make changes to this bug.