mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtimsstart: Fix derp in previoua fix set
This commit is contained in:
parent
62ee95bce2
commit
17a80f4933
1 changed files with 1 additions and 1 deletions
|
@ -1643,7 +1643,7 @@ int put_msg_win(type, msg)
|
|||
WaitingDialogReply = True;
|
||||
}
|
||||
|
||||
return reply = XmCR_OK ? True : False;
|
||||
return (reply == XmCR_OK) ? True : False;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue