aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-10-19 15:08:53 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-10-19 15:08:53 +0800
commit91a6e747a0d241da4d1eba7084619dfe94e2a4ce (patch)
tree5705ae044f465e0b4f5d7657a5a436ed84993ed4 /mail
parent169f14daccf43ab624e8a7786d29bd91acecca57 (diff)
downloadgsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.tar
gsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.tar.gz
gsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.tar.bz2
gsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.tar.lz
gsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.tar.xz
gsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.tar.zst
gsoc2013-evolution-91a6e747a0d241da4d1eba7084619dfe94e2a4ce.zip
Include e-attachment-bar.h relative to the top dir, so it stops borking
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. svn path=/trunk/; revision=30530
Diffstat (limited to 'mail')
-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;