diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-02 07:48:52 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-02 07:48:52 +0800 |
commit | 785b748a243832932edb20e5fbc5f20efc2bbb00 (patch) | |
tree | 43f0f18e912bc42360ed04fd3102823889151c66 | |
parent | 9b63de40b6f0f65a1ced9c73ccb8b47d7f34541e (diff) | |
download | gsoc2013-evolution-785b748a243832932edb20e5fbc5f20efc2bbb00.tar.gz gsoc2013-evolution-785b748a243832932edb20e5fbc5f20efc2bbb00.tar.zst gsoc2013-evolution-785b748a243832932edb20e5fbc5f20efc2bbb00.zip |
Removed an unused pixmap from Tools/Settings to avoid a big nasty bonobo
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.
svn path=/trunk/; revision=16318
-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 }; |