Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Return e_remote ipc call for edje_color_class_list to it's previous state.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -3 -r1.144 -r1.145
--- e_ipc_handlers.h    1 Mar 2007 20:07:19 -0000       1.144
+++ e_ipc_handlers.h    1 Mar 2007 22:39:34 -0000       1.145
@@ -7435,11 +7435,8 @@
 #elif (TYPE == E_WM_IN)
    GENERIC(HDL);
    ENCODE_START();
-   Evas_List *cc;
-   cc = edje_color_class_list();
-   ENCODE(cc, e_ipc_codec_str_list_enc);
+   ENCODE(edje_color_class_list(), e_ipc_codec_str_list_enc);
    SEND_DATA(E_IPC_OP_COLOR_CLASS_LIST_REPLY);
-   FREE_LIST(cc); 
    END_GENERIC();
 #elif (TYPE == E_REMOTE_IN)
 #endif



-------------------------------------------------------------------------
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