diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-22 10:18:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-22 10:18:05 +0800 |
commit | ea9489d8944c6c4a7095e92a47991df421140a4b (patch) | |
tree | 474af4ad21bc7bcd8684bd6151b6b16408e067dc /shell/ChangeLog | |
parent | 5416d54dcfb902d7c84e8d16585a68822f54db0f (diff) | |
download | gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.tar gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.tar.gz gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.tar.bz2 gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.tar.lz gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.tar.xz gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.tar.zst gsoc2013-evolution-ea9489d8944c6c4a7095e92a47991df421140a4b.zip |
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
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
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 <ettore@ximian.com> + + * 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 <ettore@ximian.com> [Fix #20311, new window from Shortcuts should not show the folder |