summaryrefslogtreecommitdiff
path: root/src/actions/windows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/windows.cpp')
-rw-r--r--src/actions/windows.cpp4
1 files changed, 4 insertions, 0 deletions
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