aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-display.h
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/em-format-html-display.h
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/em-format-html-display.h')
-rw-r--r--mail/em-format-html-display.h2
1 files changed, 1 insertions, 1 deletions
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;