aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer/ChangeLog2
-rw-r--r--composer/e-msg-composer.c12
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 <NotZed@Ximian.com>
+ * 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
};