From c428202503a6f57e3f9381af880a6d594aca4c65 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 May 2015 02:29:22 +0300 Subject: Fix compilation with different options. --- src/actions/windows.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/actions') diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index 168409366..04a4b59b3 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -335,8 +335,12 @@ impHandler0(quickWindowShow) impHandler0(mailWindowShow) { +#ifdef EATHENA_SUPPORT showHideWindow(mailWindow); return true; +#else + return false; +#endif } } // namespace Actions -- cgit v1.2.3-60-g2f50