Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_focus.c 


Log Message:
Delete the old timer before setting the timer pointer to NULL.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_focus.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_focus.c   27 Sep 2005 16:36:14 -0000      1.17
+++ e_focus.c   28 Sep 2005 19:44:58 -0000      1.18
@@ -36,6 +36,7 @@
        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)
      {




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to