From 2c71a3328a34e23efdc5b52529ef975c01370c7a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 17 May 2004 19:09:40 +0000 Subject: Use an E_ICON_SIZE enum value for the icon_size argument to get_icon. 2004-05-17 Jeffrey Stedfast * gui/widgets/e-minicard.c (e_minicard_init): Use an E_ICON_SIZE enum value for the icon_size argument to get_icon. * gui/widgets/eab-gui-util.c (eab_create_image_chooser_widget): Use E_ICON_SIZE_DIALOG as the icon_size argument to get_icon_filename. * gui/widgets/eab-contact-display.c (on_url_requested): Use an E_ICON_SIZE enum as the icon_size argument to get_icon_filename. * gui/contact-editor/e-contact-editor-im.c (setup_service_optmenu): Use E_ICON_SIZE_MENU here. * gui/component/select-names/e-select-names-popup.c (populate_popup_contact): Use E_ICON_SIZE_MENU here instead of 16. * gui/component/addressbook-view.c (set_status_message): Use the E_ICON_SIZE corresponding to 16x16 pixels. svn path=/trunk/; revision=25933 --- addressbook/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c1424e8512..a2b10fadf4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2004-05-17 Jeffrey Stedfast + + * gui/widgets/e-minicard.c (e_minicard_init): Use an E_ICON_SIZE + enum value for the icon_size argument to get_icon. + + * gui/widgets/eab-gui-util.c (eab_create_image_chooser_widget): + Use E_ICON_SIZE_DIALOG as the icon_size argument to + get_icon_filename. + + * gui/widgets/eab-contact-display.c (on_url_requested): Use an + E_ICON_SIZE enum as the icon_size argument to get_icon_filename. + + * gui/contact-editor/e-contact-editor-im.c + (setup_service_optmenu): Use E_ICON_SIZE_MENU here. + + * gui/component/select-names/e-select-names-popup.c + (populate_popup_contact): Use E_ICON_SIZE_MENU here instead of 16. + + * gui/component/addressbook-view.c (set_status_message): Use the + E_ICON_SIZE corresponding to 16x16 pixels. + 2004-05-12 Hans Petter Jansson * gui/contact-editor/contact-editor.glade: Add PO box entries. -- cgit v1.2.3