fix X menus again

svn: r11437
This commit is contained in:
Matthew Flatt 2008-08-26 20:02:25 +00:00
parent ff2ab1f9a8
commit 4bee6127e3

View File

@ -492,8 +492,8 @@ static void Start(w, ev, params, num_params)
}
if (!HandleMotionEvent(mw, &ev->xmotion, 1)
/* num_params is position when called to start a popup menu */
&& !num_params)
/* *num_params is positive when called to start a popup menu */
&& !*num_params)
DoSelect(w, CurrentTime, 1);
}