From c0965cd48b0bcba691d53add2ea3a29ed39addd8 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 17 Jan 2003 01:10:51 +0000 Subject: [PATCH] - Fixed a problem in the stacking code which could lead to segmentation faults (Jeff Teunissen ) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index baf09a1b..221b84f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,7 @@ Changes since version 0.80.1: - Fixed focus handling for windows that set WM_HINTS.take_focus = False. - Fixed a problem in the stacking code which could lead to segmentation faults (Jeff Teunissen ) +- Fixed a crashing bug in the menu code when modal panel are involved. Changes since version 0.80.0: -- 2.11.4.GIT