Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Flesh out rest of dir_list API
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_ipc_handlers.h    3 Jun 2005 18:15:04 -0000       1.22
+++ e_ipc_handlers.h    3 Jun 2005 18:26:35 -0000       1.23
@@ -576,17 +576,17 @@
       }
 
       if (!strcmp(type, "data"))
-       res = 0;
+       res = E_RESPONSE_DATA_DIRS_LIST;
       else if (!strcmp(type, "images"))
-       res = 0;
+       res = E_RESPONSE_IMAGE_DIRS_LIST;
       else if (!strcmp(type, "fonts"))
-       res = 0;
+       res = E_RESPONSE_FONT_DIRS_LIST;
       else if (!strcmp(type, "themes"))
        res = E_RESPONSE_THEME_DIRS_LIST;
       else if (!strcmp(type, "init"))
-       res = 0;
+       res = E_RESPONSE_INIT_DIRS_LIST;
       else if (!strcmp(type, "icons"))
-       res = 0;
+       res = E_RESPONSE_ICON_DIRS_LIST;
       else if (!strcmp(type, "modules"))
        res = E_RESPONSE_MODULE_DIRS_LIST;
       else if (!strcmp(type, "backgrounds"))




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to