diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-20 05:45:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:45:14 +0800 |
commit | e739391cceefb5b2c60c83f0aced1f8f399092f2 (patch) | |
tree | 2d2ce75c0448549173dc73b2da951c6ab576fbd7 /mail/em-popup.c | |
parent | 6a49b7889388637b52d52403638c0d47c982e91c (diff) | |
download | gsoc2013-evolution-e739391cceefb5b2c60c83f0aced1f8f399092f2.tar.gz gsoc2013-evolution-e739391cceefb5b2c60c83f0aced1f8f399092f2.tar.zst gsoc2013-evolution-e739391cceefb5b2c60c83f0aced1f8f399092f2.zip |
Same.
2004-04-19 Jeffrey Stedfast <fejj@ximian.com>
* message-tag-followup.c (construct): Same.
* message-list.c (message_list_init_images): Same.
* mail-send-recv.c (build_dialog): Same.
* mail-mt.c (do_op_status): Same.
* mail-config-druid.c (evolution_mail_config_wizard_new): Same.
* em-popup.c (em_popup_create_menu): Same.
* em-format-html-display.c (efhd_format_prefix): Same.
* em-format-html.c (efh_format_secure): Same as below.
* em-folder-tree.c (render_pixbuf): Don't use absolute icon sizes,
use the e-icon-factory enums.
svn path=/trunk/; revision=25527
Diffstat (limited to 'mail/em-popup.c')
-rw-r--r-- | mail/em-popup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/em-popup.c b/mail/em-popup.c index 6e3a57ebd5..258f94090c 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -295,8 +295,8 @@ em_popup_create_menu(EMPopup *emp, guint32 hide_mask, guint32 disable_mask) if (item->image) { GdkPixbuf *pixbuf; GtkWidget *image; - - pixbuf = e_icon_factory_get_icon ((char *)item->image, 16); + + pixbuf = e_icon_factory_get_icon ((char *)item->image, E_ICON_SIZE_MENU); image = gtk_image_new_from_pixbuf (pixbuf); g_object_unref (pixbuf); |