diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-03 01:04:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-03 01:04:26 +0800 |
commit | 30b11ae4f9cfd2f33044d64894292593d2aa5e45 (patch) | |
tree | 94cb464acc43e916de665260972bfaf3eb04bdf9 | |
parent | 4ba91933ab9ba3c23fd75d113efd7844a879c60b (diff) | |
download | gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.tar gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.tar.gz gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.tar.bz2 gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.tar.lz gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.tar.xz gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.tar.zst gsoc2013-evolution-30b11ae4f9cfd2f33044d64894292593d2aa5e45.zip |
fix #include of gnome-canvas-pixbuf.h
* e-icon-list.c: fix #include of gnome-canvas-pixbuf.h
svn path=/trunk/; revision=5659
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/e-icon-list.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index db5b90d3cb..670a102f2b 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2000-10-02 Dan Winship <danw@helixcode.com> + + * e-icon-list.c: fix #include of gnome-canvas-pixbuf.h + 2000-10-02 Iain Holmes <iain@helixcode.com> * e-msg-composer-attachment-bar.c: If the description of an attachment diff --git a/composer/e-icon-list.c b/composer/e-icon-list.c index 3cdba20506..18790784d1 100644 --- a/composer/e-icon-list.c +++ b/composer/e-icon-list.c @@ -44,8 +44,8 @@ #include <gtk/gtk.h> #include "e-icon-list.h" #include <libgnomeui/gnome-icon-item.h> -#include <libgnomeui/gnome-canvas-pixbuf.h> #include <libgnomeui/gnome-canvas-rect-ellipse.h> +#include <gdk-pixbuf/gnome-canvas-pixbuf.h> #include "bad-icon.xpm" |