diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-01-11 06:19:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-11 06:19:30 +0800 |
commit | 165cb49d80b8c0d173e4adfee88283aa0bef3db1 (patch) | |
tree | 59c376142ca37c9c923455e86595b1ff145cb05f | |
parent | 150e238dabd8a61db4555b5ef4dea60d28bf0e8b (diff) | |
download | gsoc2013-evolution-165cb49d80b8c0d173e4adfee88283aa0bef3db1.tar.gz gsoc2013-evolution-165cb49d80b8c0d173e4adfee88283aa0bef3db1.tar.zst gsoc2013-evolution-165cb49d80b8c0d173e4adfee88283aa0bef3db1.zip |
** Fixes bug #567280
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567280
* mail/message-tag-followup.c:
Remove unneeded #include <libgnomeui/gnome-pixmap.h>.
svn path=/trunk/; revision=37028
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/message-tag-followup.c | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 24f7de38ef..2d8e3804ca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2009-01-10 Matthew Barnes <mbarnes@redhat.com> + ** Fixes bug #567280 + + * message-tag-followup.c: + Remove unneeded #include <libgnomeui/gnome-pixmap.h>. + +2009-01-10 Matthew Barnes <mbarnes@redhat.com> + ** Fixes part of bug #567285 * mail-autofilter.c: diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index 3818c6ecf0..93f037eb82 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -33,7 +33,6 @@ #include <gconf/gconf.h> #include <gconf/gconf-client.h> -#include <libgnomeui/gnome-pixmap.h> #include <glib/gi18n.h> #include "e-util/e-util-private.h" |