On Thu, 5 Aug 2010, Enlightenment SVN wrote:

> Log:
>  bad! bug bug!
>
>
> Author:       raster
> Date:         2010-08-05 22:08:26 -0700 (Thu, 05 Aug 2010)
> New Revision: 50853
>
> Modified:
>  trunk/e/src/modules/illume2/e_mod_kbd.c
>
> Modified: trunk/e/src/modules/illume2/e_mod_kbd.c
> ===================================================================
> --- trunk/e/src/modules/illume2/e_mod_kbd.c   2010-08-06 04:37:06 UTC (rev 
> 50852)
> +++ trunk/e/src/modules/illume2/e_mod_kbd.c   2010-08-06 05:08:26 UTC (rev 
> 50853)
> @@ -245,6 +245,11 @@
>    ev = event;
>
>    /* if we removed the focused border, reset some variables */
> +   if ((_prev_focused_border) && (_prev_focused_border == ev->border))
> +     {
> +        _prev_focused_border = NULL;
> +     }
> +   /* if we removed the focused border, reset some variables */

is it normal to have exactly the same comments ?

Vincent

>    if ((_focused_border) && (_focused_border == ev->border))
>      {
>         e_mod_kbd_hide();
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by
>
> Make an app they can't live without
> Enter the BlackBerry Developer Challenge
> http://p.sf.net/sfu/RIM-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to