Delete the old timer before setting the timer pointer to NULL.

SVN revision: 17045
This commit is contained in:
rbdpngn 2005-09-28 19:44:58 +00:00 committed by rbdpngn
parent 282e843fcb
commit 13d9bc775a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ e_focus_event_mouse_in(E_Border* bd)
if (!bd->lock_focus_out)
e_border_focus_set(bd, 1, 1);
}
if (bd->raise_timer) ecore_timer_del(bd->raise_timer);
bd->raise_timer = NULL;
if (e_config->use_auto_raise)
{