Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_border.c 


Log Message:
No need for cast.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.568
retrieving revision 1.569
diff -u -3 -r1.568 -r1.569
--- e_border.c  10 Jan 2007 16:32:29 -0000      1.568
+++ e_border.c  12 Jan 2007 13:14:54 -0000      1.569
@@ -4305,7 +4305,7 @@
    bd = data;
    if (e_dnd_active()) return;
    e_bindings_signal_handle(E_BINDING_CONTEXT_BORDER, E_OBJECT(bd), 
-                           (char *)emission, (char *)source);
+                           emission, source);
 }
 
 static int



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to