! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
gtk_widget_get_parent(NULL) in draw_shadow
Status:
RESOLVED: WONTFIX
Severity:
trivial
Product:
Gtk-xfce-engine
Component:
General

Comments

Description Dmitry 2016-12-16 09:57:59 CET
In gtk-xfce-engine/gtk-2.0/xfce_theme_draw.c in function draw_shadow widget may be NULL (note the condition "if (widget && GTK_IS_SPIN_BUTTON (widget))"), but gtk_widget_get_parent is called without checking for it.

This leads to printing warning

Gtk-CRITICAL **: IA__gtk_widget_get_parent: assertion 'GTK_IS_WIDGET (widget)' failed

in some programs --- at least in pgadmin3, when dragging panels.
Comment 1 Skunnyk editbugs 2018-09-22 16:43:36 CEST
This project has been archived, so we are closing related bugs.

Bug #13239

Reported by:
Dmitry
Reported on: 2016-12-16
Last modified on: 2018-09-22

People

Assignee:
Olivier Fourdan
CC List:
0 users

Version

Version:
Unspecified

Attachments

Additional information