From owner-freebsd-libh Sat Mar 17 7:23:39 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 8152E37B71A for ; Sat, 17 Mar 2001 07:23:37 -0800 (PST) (envelope-from alex@usw4.freebsd.org) Received: (from alex@localhost) by usw4.freebsd.org (8.11.3/8.11.1) id f2HFOH186762 for libh@FreeBSD.org; Sat, 17 Mar 2001 09:24:17 -0600 (CST) (envelope-from alex) Message-Id: <200103171524.f2HFOH186762@usw4.freebsd.org> From: Alexander Langer Date: Sat, 17 Mar 2001 09:24:17 -0600 (CST) To: libh@FreeBSD.org Subject: cvs commit: libh/lib/hui HuiQt_GroupWidget.cc Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2001/03/17 09:24:17 CST Modified files: lib/hui HuiQt_GroupWidget.cc Log: Fix the erase() function: ContainerWidget::qwidget() returns the parent's (probably the window) qwidget, which can't of course remove itself from the list of children. For children that are ContainerWidgets call their erase() function in place. This fixes the segfault. Revision Changes Path 1.27 +14 -4 libh/lib/hui/HuiQt_GroupWidget.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message