aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-icon-list.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace #include <gtk/gtk.h> Replace #include <gnome.h> Remove #includeKjartan Maraas2001-03-301-2/+8
| | | | | | | | | | | | | | | | | | | 2001-03-29 Kjartan Maraas <kmaraas@gnome.org> * e-icon-list.c: Replace #include <gtk/gtk.h> * e-msg-composer-attachment-bar.c: Replace #include <gnome.h> * e-msg-composer-attachment-bar.h: Remove #include <gnome.h> * e-msg-composer-attachment.c: Remove #include <gnome.h> * e-msg-composer-attachment.h: Same here. * e-msg-composer-hdrs.c: Replace #include <gnome.h> and <bonobo.h> * e-msg-composer-hdrs.h: Replace #include <gnome.h> * e-msg-composer-file.c: #include <gtk/gtkmain.h>, <gtk/gtksignal.h> * e-msg-composer.c: Replace #include <bonobo.h>, <gnome.h> * e-msg-composer.h: Replace #include <gnome.h> and <bonobo.h> * evolution-composer.c: Replace #include <bonobo.h> * listener.c: Same here. svn path=/trunk/; revision=9023
* Added a comment reminding us that we should probably not force aJeffrey Stedfast2001-03-031-1/+3
| | | | | | | | | | 2001-03-02 Jeffrey Stedfast <fejj@ximian.com> * e-icon-list.c (icon_new_from_pixbuf): Added a comment reminding us that we should probably not force a particular font in the icon caption. svn path=/trunk/; revision=8531
* Ximianified email addresses.Federico Mena Quintero2001-01-171-4/+5
| | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * e-icon-list.[ch]: Ximianified email addresses. svn path=/trunk/; revision=7572
* Handle missing icons better.Iain Holmes2000-10-111-2/+6
| | | | svn path=/trunk/; revision=5827
* fix #include of gnome-canvas-pixbuf.hDan Winship2000-10-031-1/+1
| | | | | | * e-icon-list.c: fix #include of gnome-canvas-pixbuf.h svn path=/trunk/; revision=5659
* If the description of an attachment is a blank string, revert toIain Holmes2000-10-021-3/+8
| | | | | | | | | | | | | | | | 2000-10-02 Iain Holmes <iain@helixcode.com> * e-msg-composer-attachment-bar.c: If the description of an attachment is a blank string, revert to displaying the filename. 2000-10-01 Iain Holmes <iain@helixcode.com> * e-icon-list.c: If you try to add an icon from a file that doesn't exist put a "Broken icon" image. * bad-icon.xpm: Broken icon image. svn path=/trunk/; revision=5652
* The big eye-candy commit.Iain Holmes2000-10-011-0/+2657
Make thumbnails out of image attachments. svn path=/trunk/; revision=5648