Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_dnd.c 


Log Message:
Fix typo.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_dnd.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- e_dnd.c     15 Jun 2008 08:44:32 -0000      1.74
+++ e_dnd.c     15 Jun 2008 12:19:40 -0000      1.75
@@ -1307,7 +1307,7 @@
        l = evas_list_append(l, file);
 
        _xdnd->data = l;
-       _e_drag_xdnd_end(ev>win, _xdnd->x, _xdnd->y);
+       _e_drag_xdnd_end(ev->win, _xdnd->x, _xdnd->y);
        evas_list_free(l);
      }
    else



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to