mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtwm: Coverity 88285
This commit is contained in:
parent
e0d8aaa0dd
commit
ac6fd23add
1 changed files with 1 additions and 2 deletions
|
@ -926,8 +926,7 @@ Boolean HandleCButtonPress (ClientData *pCD, XButtonEvent *buttonEvent)
|
|||
ProcessClickBPress (buttonEvent, pCD, context, subContext);
|
||||
}
|
||||
|
||||
if (CheckForButtonAction (buttonEvent, context, subContext, pCD)
|
||||
&& pCD)
|
||||
if (CheckForButtonAction (buttonEvent, context, subContext, pCD))
|
||||
{
|
||||
/*
|
||||
* Button bindings have been processed, now check for bindings
|
||||
|
|
Loading…
Reference in a new issue