Fix for 114940.

This commit is contained in:
Bill Haneman 2003-06-11 17:55:28 +00:00
parent 010e620a34
commit 2d4503ee59

View File

@ -136,7 +136,7 @@ meta_bell_flash_frame (MetaDisplay *display,
g_assert (xkb_ev->xkb_type == XkbBellNotify);
window = meta_display_lookup_x_window (display, xkb_bell_event->window);
if (!window && (display->focus_window->frame))
if (!window && (display->focus_window) && (display->focus_window->frame))
{
window = display->focus_window;
}