diff options
-rw-r--r-- | mail/ChangeLog | 3 | ||||
-rw-r--r-- | mail/folder-browser-ui.c | 1 |
2 files changed, 3 insertions, 1 deletions
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 <fejj@ximian.com> + * 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 }; |