diff --git a/AppKit/CPPopover.j b/AppKit/CPPopover.j index a87ded098..1f1edfb87 100644 --- a/AppKit/CPPopover.j +++ b/AppKit/CPPopover.j @@ -260,7 +260,7 @@ Set the behavior of the CPPopover. It can be: [_popoverWindow positionRelativeToRect:positioningRect ofView:positioningView preferredEdge:preferredEdge]; if (![self isShown]) - [self _popoverDidShow]; + [self _popoverWindowDidShow]; } - (unsigned)_styleMaskForBehavior