From ea9489d8944c6c4a7095e92a47991df421140a4b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 22 Feb 2002 02:18:05 +0000 Subject: Set the icons for all the "New..." menu items from the specified one in * e-shell-user-creatable-items-handler.c (ensure_menu_items): Set the icons for all the "New..." menu items from the specified one in the type definitions. * e-activity-handler.c (create_gdk_pixbuf_from_corba_icon): Removed. (impl_operationStarted): Just use `e_new_gdk_pixbuf_from_corba_icon()'. * e-shell-corba-icon-utils.c (e_new_gdk_pixbuf_from_corba_icon): New. svn path=/trunk/; revision=15786 --- shell/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 8449daf4ec..500a31dea3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,17 @@ +2002-02-21 Ettore Perazzoli + + * e-shell-user-creatable-items-handler.c (ensure_menu_items): Set + the icons for all the "New..." menu items from the specified one + in the type definitions. + + * e-activity-handler.c (create_gdk_pixbuf_from_corba_icon): + Removed. + (impl_operationStarted): Just use + `e_new_gdk_pixbuf_from_corba_icon()'. + + * e-shell-corba-icon-utils.c (e_new_gdk_pixbuf_from_corba_icon): + New. + 2002-02-20 Ettore Perazzoli [Fix #20311, new window from Shortcuts should not show the folder -- cgit