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

SVN revision: 28519
This commit is contained in:
Christopher Michael 2007-03-01 22:39:34 +00:00
parent 4c2a42eaa6
commit c2dd049068
1 changed files with 1 additions and 4 deletions

View File

@ -7435,11 +7435,8 @@ break;
#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