Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_smart.c 


Log Message:
- dont fiddle with the keyboard if we dont have a win assigned
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- e_fileman_smart.c   2 Nov 2005 16:08:21 -0000       1.73
+++ e_fileman_smart.c   2 Nov 2005 16:18:18 -0000       1.74
@@ -2420,6 +2420,8 @@
    sd = data;
    
    // make this call generic
+   if(!sd->win)
+     return;
    if (ev->win != ecore_evas_software_x11_subwindow_get(sd->win->ecore_evas)) 
      return 1;
    




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to