From 785b748a243832932edb20e5fbc5f20efc2bbb00 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 1 Apr 2002 23:48:52 +0000 Subject: Removed an unused pixmap from Tools/Settings to avoid a big nasty bonobo 2002-04-01 Jeffrey Stedfast * folder-browser-ui.c: Removed an unused pixmap from Tools/Settings to avoid a big nasty bonobo warning. svn path=/trunk/; revision=16318 --- mail/ChangeLog | 3 +++ mail/folder-browser-ui.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 73621e452a..0134d34202 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2002-04-01 Jeffrey Stedfast + * folder-browser-ui.c: Removed an unused pixmap from + Tools/Settings to avoid a big nasty bonobo warning. + * mail-composer-prefs.c (mail_composer_prefs_construct): Re-Implemented the signature editor stuff (mostly just copy/paste from Radeks original code). diff --git a/mail/folder-browser-ui.c b/mail/folder-browser-ui.c index 896355683c..e2638d79a1 100644 --- a/mail/folder-browser-ui.c +++ b/mail/folder-browser-ui.c @@ -164,7 +164,6 @@ static EPixmap list_pixcache [] = { static EPixmap global_pixcache [] = { E_PIXMAP ("/commands/MailCompose", "new-message.xpm"), - E_PIXMAP ("/commands/ToolsSettings", "configure_16_mail.xpm"), E_PIXMAP_END }; -- cgit