[Commits] [SCM] claws branch, master, updated. 3.14.1-216-g8d14c43
ticho at claws-mail.org
ticho at claws-mail.org
Sat Mar 4 00:46:15 CET 2017
The branch, master has been updated
via 8d14c43a29b4d51bfd36cda6ac9e023d4bc87f9e (commit)
from 9327286516f1f545795b741921ec8c8939afe595 (commit)
Summary of changes:
src/plugins/fancy/fancy_viewer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 8d14c43a29b4d51bfd36cda6ac9e023d4bc87f9e
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Mar 4 00:45:18 2017 +0100
webkitglobals.h exists since 1.3.10, not 1.3.13.
Patch by Olaf Hering <olaf at aepfle.de>
diff --git a/src/plugins/fancy/fancy_viewer.h b/src/plugins/fancy/fancy_viewer.h
index bc497a5..760ad3f 100644
--- a/src/plugins/fancy/fancy_viewer.h
+++ b/src/plugins/fancy/fancy_viewer.h
@@ -33,7 +33,7 @@
#include <webkit/webkitversion.h>
#include <webkit/webkitwebframe.h>
#include <webkit/webkitnetworkrequest.h>
-#if WEBKIT_CHECK_VERSION (1,3,13)
+#if WEBKIT_CHECK_VERSION (1,3,10)
#include <webkit/webkitglobals.h>
#endif
#include <prefs_common.h>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list