After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567280 - Migrate from GnomePixmap to GtkImage
Migrate from GnomePixmap to GtkImage
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.26.x (obsolete)
Other Linux
: Normal trivial
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 580887
 
 
Reported: 2009-01-10 17:06 UTC by André Klapper
Modified: 2013-09-13 00:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-01-10 17:06:56 UTC
http://live.gnome.org/LibgnomeMustDie

./mail/message-tag-followup.c: #include <libgnomeui/gnome-pixmap.h>
Comment 1 Matthew Barnes 2009-01-10 22:19:51 UTC
Another leftover #include.  Fixed in revision 37028.
Comment 2 André Klapper 2009-02-10 23:20:33 UTC
Whoops. I should also grep for the commands themselves:

./evolution/addressbook/printing/e-contact-print-style-editor.c:	"child", gnome_pixmap_new_from_file(image),

but that's in an ancient
   #if 0 
section.
I wonder if that's still needed - at least it's noise when grepping.
Comment 3 Matthew Barnes 2009-02-10 23:27:05 UTC
AFAICT, the entire e-contact-print-style-editor.c is dead code.
Some unfinished feature Chris Lahey started.  We should probably nuke it.