From 2b5742659639ceb7069ef7e78ee3a98f06d5eeb7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 May 2004 19:53:11 +0000 Subject: Use E_ICON_SIZE_MENU 2004-05-17 Jeffrey Stedfast * gui/tasks-component.c (add_popup_menu_item): Use E_ICON_SIZE_MENU * gui/e-timezone-entry.c (e_timezone_entry_init): Use E_ICON_SIZE_BUTTON * gui/e-itip-control.c (write_error_html): Use E_ICON_SIZE enums. (write_html): Same. * gui/e-calendar-view.c (e_calendar_view_set_status_message): Use E_ICON_SIZE_STATUS (setup_popup_icons): Use E_ICON_SIZE_MENU * gui/e-calendar-table.c (e_calendar_table_init): Use E_ICON_SIZE_LIST rather than a hard-coded value of 16 pixels. (e_calendar_table_set_status_message): Use E_ICON_SIZE_STATUS * gui/calendar-component.c (add_popup_menu_item): Use E_ICON_SIZE_MENU rather than hard-coding the pixel size. svn path=/trunk/; revision=25934 --- calendar/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b6ef6d9689..3756c32256 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,25 @@ +2004-05-17 Jeffrey Stedfast + + * gui/tasks-component.c (add_popup_menu_item): Use + E_ICON_SIZE_MENU + + * gui/e-timezone-entry.c (e_timezone_entry_init): Use + E_ICON_SIZE_BUTTON + + * gui/e-itip-control.c (write_error_html): Use E_ICON_SIZE enums. + (write_html): Same. + + * gui/e-calendar-view.c (e_calendar_view_set_status_message): Use + E_ICON_SIZE_STATUS + (setup_popup_icons): Use E_ICON_SIZE_MENU + + * gui/e-calendar-table.c (e_calendar_table_init): Use + E_ICON_SIZE_LIST rather than a hard-coded value of 16 pixels. + (e_calendar_table_set_status_message): Use E_ICON_SIZE_STATUS + + * gui/calendar-component.c (add_popup_menu_item): Use + E_ICON_SIZE_MENU rather than hard-coding the pixel size. + 2004-05-17 Fixes #56373 -- cgit