Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_fb.c 


Log Message:
fix copy/paste error

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_fb.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- ecore_evas_fb.c     19 Nov 2007 08:41:00 -0000      1.30
+++ ecore_evas_fb.c     19 Nov 2007 08:42:33 -0000      1.31
@@ -106,7 +106,7 @@
      {
        ecore_list_first_goto(ecore_evas_input_devices);
        while ((dev = ecore_list_next(ecore_evas_input_devices)))
-         ecore_fb_input_device_listen(dev, 0);
+         ecore_fb_input_device_listen(dev, 1);
      }
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to