[anjal] Conditionalize a header that changed its place in 2.27.x series
- From: Fridrich Strba <strba src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] Conditionalize a header that changed its place in 2.27.x series
- Date: Sat, 6 Jun 2009 09:51:52 -0400 (EDT)
commit 0460dfc95f182638506e1a103a2b3fe61fc3231c
Author: Fridrich Strba <fridrich strba bluewin ch>
Date: Sat Jun 6 15:43:14 2009 +0200
Conditionalize a header that changed its place in 2.27.x series
---
src/em-format-webkit-display.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/em-format-webkit-display.c b/src/em-format-webkit-display.c
index fecb311..94e7c08 100644
--- a/src/em-format-webkit-display.c
+++ b/src/em-format-webkit-display.c
@@ -60,7 +60,11 @@
#include <libedataserver/e-flag.h>
#include <libedataserver/e-msgport.h>
+#ifdef EVOLUTION_2_28
+#include <misc/e-gui-utils.h>
+#else
#include <e-util/e-gui-utils.h>
+#endif
#include <e-util/e-dialog-utils.h>
#ifdef HAVE_NSS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]