From owner-cvs-all Sat Feb 19 12:56:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF2637BCE4; Sat, 19 Feb 2000 12:56:16 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA75398; Sat, 19 Feb 2000 12:56:15 -0800 (PST) (envelope-from joerg@FreeBSD.org) Message-Id: <200002192056.MAA75398@freefall.freebsd.org> From: Joerg Wunsch Date: Sat, 19 Feb 2000 12:56:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xmine/patches patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 2000/02/19 12:56:15 PST Added files: games/xmine/patches patch-ad patch-ae Log: Don't XawAsciiSourceFreeString() the value previously obtained with a XawDialogGetValueString(); this is apparently no longer permissible (the docs say it gets automatically freed by XawDialogGetValueString()). PR: ports/12490 While i was at it, i also added WM_DELETE_WINDOW hooks so all the toplevels can be deleted by usual window manager actions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message