diff options
author | Carsten Haitzler <raster@rasterman.com> | 2005-05-13 17:21:04 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2005-05-13 17:21:04 +0000 |
commit | 825a55bec4a0de91bd92e57abe0243157020df62 (patch) | |
tree | 614ae59ef93009ab948df38ef6a9dc2b93f3a2aa /src/bin/e_ipc.c | |
parent | 3f92e26079e5dc9ca917da3b51eafba191ec205a (diff) |
ipc bitchass! :)
SVN revision: 14756
Diffstat (limited to 'src/bin/e_ipc.c')
-rw-r--r-- | src/bin/e_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c index 90697b9..769805d 100644 --- a/src/bin/e_ipc.c +++ b/src/bin/e_ipc.c | |||
@@ -695,7 +695,7 @@ _e_ipc_cb_client_data(void *data __UNUSED__, int type __UNUSED__, void *event) | |||
695 | e_config->image_cache, | 695 | e_config->image_cache, |
696 | E_IPC_OP_IMAGE_CACHE_GET_REPLY); | 696 | E_IPC_OP_IMAGE_CACHE_GET_REPLY); |
697 | break; | 697 | break; |
698 | case E_IPC_OP_FONT_CAHCE_SET: | 698 | case E_IPC_OP_FONT_CACHE_SET: |
699 | if (e_ipc_codec_int_dec(e->data, e->size, | 699 | if (e_ipc_codec_int_dec(e->data, e->size, |
700 | &(e_config->font_cache))) | 700 | &(e_config->font_cache))) |
701 | { | 701 | { |