From 7eaa6cfb9177c09ed99665acb3921d8f7f88635f Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 25 May 2004 04:10:05 +0000 Subject: use e-icon-factory sizes. 2004-05-25 Not Zed * e-msg-composer.c (pixcache[]): use e-icon-factory sizes. svn path=/trunk/; revision=26071 --- composer/ChangeLog | 2 ++ composer/e-msg-composer.c | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/composer/ChangeLog b/composer/ChangeLog index ce51c1bc75..b672f7bcb1 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,7 @@ 2004-05-25 Not Zed + * e-msg-composer.c (pixcache[]): use e-icon-factory sizes. + * e-msg-composer-attachment-bar.c (update): if we have a cached icon, use it, don't just ignore it! #58831. diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 6f4348bd0f..d768cebd9a 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -1960,13 +1960,13 @@ static BonoboUIVerb verbs [] = { }; static EPixmap pixcache [] = { - E_PIXMAP ("/Toolbar/FileAttach", "stock_attach", 24), - E_PIXMAP ("/Toolbar/FileSend", "stock_mail-send", 24), + E_PIXMAP ("/Toolbar/FileAttach", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR), + E_PIXMAP ("/Toolbar/FileSend", "stock_mail-send", E_ICON_SIZE_LARGE_TOOLBAR), -/* E_PIXMAP ("/menu/Insert/FileAttach", "stock_attach", 24), */ - E_PIXMAP ("/commands/FileSend", "stock_mail-send", 16), - E_PIXMAP ("/commands/FileSave", "stock_save", 16), - E_PIXMAP ("/commands/FileSaveAs", "stock_save_as", 16), +/* E_PIXMAP ("/menu/Insert/FileAttach", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR), */ + E_PIXMAP ("/commands/FileSend", "stock_mail-send", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/FileSave", "stock_save", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/FileSaveAs", "stock_save_as", E_ICON_SIZE_MENU), E_PIXMAP_END }; -- cgit v1.2.3