From e739391cceefb5b2c60c83f0aced1f8f399092f2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 19 Apr 2004 21:45:14 +0000 Subject: Same. 2004-04-19 Jeffrey Stedfast * 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 --- mail/message-tag-followup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/message-tag-followup.c') diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index 45794520ca..481e99f140 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -302,7 +302,7 @@ construct (MessageTagEditor *editor) gtk_box_set_child_packing (GTK_BOX (GTK_DIALOG (editor)->vbox), widget, TRUE, TRUE, 6, GTK_PACK_START); widget = glade_xml_get_widget (gui, "pixmap"); - pixbuf = e_icon_factory_get_icon ("stock_mail-flag-for-followup", 48); + pixbuf = e_icon_factory_get_icon ("stock_mail-flag-for-followup", E_ICON_SIZE_DIALOG); gtk_image_set_from_pixbuf ((GtkImage *)widget, pixbuf); g_object_unref (pixbuf); -- cgit v1.2.3