aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/em-format-html-display.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8991e840a5..6d62fb6ce5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-19 Harish Krishnaswamy <kharish@novell.com>
+
+ * em-format-html-display.h : Include e-attachment-bar.h
+ relative to the top dir, so it stops borking the print-message
+ plugin.
+
2005-10-18 Srinivasa Ragavan <sragavan@novell.com>
* em-folder-browser.c (emfb_focus_search) (emfb_tools_vfolders): Make '/' to
diff --git a/mail/em-format-html-display.h b/mail/em-format-html-display.h
index ffb1786687..7493bc227d 100644
--- a/mail/em-format-html-display.h
+++ b/mail/em-format-html-display.h
@@ -7,7 +7,7 @@
#define _EM_FORMAT_HTML_DISPLAY_H
#include "mail/em-format-html.h"
-#include "e-attachment-bar.h"
+#include "widgets/misc/e-attachment-bar.h"
typedef struct _EMFormatHTMLDisplay EMFormatHTMLDisplay;
typedef struct _EMFormatHTMLDisplayClass EMFormatHTMLDisplayClass;