From 5df0d961ca91717450cfad1d955fc93e7ad124bc Mon Sep 17 00:00:00 2001 From: stffrdhrn Date: Sun, 20 Nov 2005 06:13:37 +0000 Subject: [PATCH] Send signal so clear font fallbacks can work SVN revision: 18546 --- src/bin/e_ipc_handlers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index 5c6917e0c..c4d394fa3 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -1284,6 +1284,7 @@ break; #if (TYPE == E_REMOTE_OPTIONS) OP("-font-fallback-clear", 0, "Clear list of fallback fonts", 0, HDL) #elif (TYPE == E_REMOTE_OUT) + REQ_NULL(HDL); #elif (TYPE == E_WM_IN) GENERIC(HDL); e_font_fallback_clear();