diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-04-24 01:05:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-04-24 01:05:03 +0800 |
commit | e669c5006cff27e07c67e02397d4b015e712138a (patch) | |
tree | 11af6ce97900e95d0af17fc4b751063326bc33d7 | |
parent | 47097ef82edc3009af11011876f180a1e52a3b4e (diff) | |
download | gsoc2013-evolution-e669c5006cff27e07c67e02397d4b015e712138a.tar.gz gsoc2013-evolution-e669c5006cff27e07c67e02397d4b015e712138a.tar.zst gsoc2013-evolution-e669c5006cff27e07c67e02397d4b015e712138a.zip |
Don't include e-contact-print-envelope.h.
2007-04-23 Matthew Barnes <mbarnes@redhat.com>
* gui/contact-editor/e-contact-editor.c:
* gui/widgets/e-addresbook-reflow-adapter.c:
* gui/widgets/e-addresbook-view.c:
Don't include e-contact-print-envelope.h.
svn path=/trunk/; revision=33449
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-reflow-adapter.c | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.c | 1 |
4 files changed, 7 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f357e37235..78b17bc708 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2007-04-23 Matthew Barnes <mbarnes@redhat.com> + + * gui/contact-editor/e-contact-editor.c: + * gui/widgets/e-addresbook-reflow-adapter.c: + * gui/widgets/e-addresbook-view.c: + Don't include e-contact-print-envelope.h. + 2007-04-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #426816 diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 4a6262ec39..bc2d34342e 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -52,7 +52,6 @@ #include "addressbook/gui/component/addressbook.h" #include "addressbook/printing/e-contact-print.h" -#include "addressbook/printing/e-contact-print-envelope.h" #include "addressbook/gui/widgets/eab-gui-util.h" #include "e-util/e-gui-utils.h" #include "e-util/e-error.h" diff --git a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c index e2e7edd793..29a9ed35af 100644 --- a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c +++ b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c @@ -14,7 +14,6 @@ #include "e-minicard.h" #include <misc/e-gui-utils.h> #include "addressbook/printing/e-contact-print.h" -#include "addressbook/printing/e-contact-print-envelope.h" struct _EAddressbookReflowAdapterPrivate { diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 14019d582b..758a3af16f 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -38,7 +38,6 @@ #include <libgnomeui/gnome-dialog-util.h> #include "addressbook/printing/e-contact-print.h" -#include "addressbook/printing/e-contact-print-envelope.h" #include "addressbook/gui/widgets/eab-popup.h" #include "addressbook/gui/widgets/eab-menu.h" #include "a11y/addressbook/ea-addressbook.h" |