Fix faulty `if' statement in delete_frame.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 2 Jul 2010 16:35:08 +0000 (12:35 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 2 Jul 2010 16:35:08 +0000 (12:35 -0400)
commit54ee7410c5a6301f37cb107317a5533c0bcc3cf9
tree72d4012617229fe56396885d25fe6f3944864fe7
parentd0cb23caf4c6a1fffaceddecc3eadb80c8948176
Fix faulty `if' statement in delete_frame.

* frame.c (Qtooltip): New var.
(delete_frame): Use it.  Fix faulty if statement.  Don't update
mode line for tooltip frames.  Suggested by Martin Rudalics.

* xfns.c (x_create_tip_frame):
* w32fns.c (x_create_tip_frame): Use it.
src/ChangeLog
src/frame.c
src/w32fns.c
src/xfns.c