diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-02-09 03:41:20 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-02-09 03:41:20 +0800 |
commit | 2f2fd7cd8d486eca49b4e724fc07f0e3009d8473 (patch) | |
tree | 52202d8afc7a7f60d095077031a65f067223c98c /mail | |
parent | d328ab72d554fe60c892ddc8c278340c027b51dc (diff) | |
download | gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.gz gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.tar.zst gsoc2013-evolution-2f2fd7cd8d486eca49b4e724fc07f0e3009d8473.zip |
** Fixes bug #400726
2007-02-08 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #400726
* mail/em-format-html-print.c: #include <e-util.e-print.h>
* addressbook/printing/e-contact-print.h: Declare
e_contact_print_response().
svn path=/trunk/; revision=33186
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/em-format-html-print.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 98e7655572..d6c3fa06ae 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2007-02-08 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #400726 + + * em-format-html-print.c: #include <e-util.e-print.h> + 2007-02-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #359979, #384183 diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index ce352c4739..34ddd2fac8 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -38,6 +38,7 @@ #include "mail-mt.h" #include "em-format-html-print.h" #include <gtk/gtk.h> +#include <e-util/e-print.h> static void efhp_builtin_init(EMFormatHTMLPrintClass *efhc); |