diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-22 10:30:47 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-22 10:30:47 +0800 |
commit | 92735b41ff62f11bf9f6f69f8dc9bc6cba7611c7 (patch) | |
tree | c0f15a238c2f15ee9937d92e77fda4df75e26c67 /shell/ChangeLog | |
parent | 91010cb2663638eb11b03193d14097ad1bc02d17 (diff) | |
download | gsoc2013-evolution-92735b41ff62f11bf9f6f69f8dc9bc6cba7611c7.tar.gz gsoc2013-evolution-92735b41ff62f11bf9f6f69f8dc9bc6cba7611c7.tar.zst gsoc2013-evolution-92735b41ff62f11bf9f6f69f8dc9bc6cba7611c7.zip |
Return NULL if there is no component ID for the current view.
* e-shell-user-creatable-items-handler.c
(get_default_action_for_view): Return NULL if there is no
component ID for the current view.
svn path=/trunk/; revision=15792
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 500a31dea3..42bc370b7c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2002-02-21 Ettore Perazzoli <ettore@ximian.com> + * e-shell-user-creatable-items-handler.c + (get_default_action_for_view): Return NULL if there is no + component ID for the current view. + +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. |