diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-13 18:37:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-13 18:37:19 +0800 |
commit | cf89e7ea3fdd12433c25cafc865d7becb4e9c28f (patch) | |
tree | 17fc145743b4c3094d30dbd26521750f0c399913 /shell/ChangeLog | |
parent | f8574c815f3f2fe2c253d75d4a2dff8933aec545 (diff) | |
download | gsoc2013-evolution-cf89e7ea3fdd12433c25cafc865d7becb4e9c28f.tar.gz gsoc2013-evolution-cf89e7ea3fdd12433c25cafc865d7becb4e9c28f.tar.zst gsoc2013-evolution-cf89e7ea3fdd12433c25cafc865d7becb4e9c28f.zip |
add a component name argument, so we don't use 'this_component', and
2004-04-13 Not Zed <NotZed@Ximian.com>
* e-user-creatable-items-handler.c (create_verb): add a component
name argument, so we don't use 'this_component', and everything
comes from tasks! Fix callers to pass the component alias.
(struct _EUserCreatableItemsHandlerPrivate): change
default_menu_item to be fallback_menu_item for the mail message
new fallback. Make default_menu_item be the default for the view
(which some code seems to think it should be). Fixes #56866.
(ensure_menu_items): setup the fallback_menu_item here.
(get_default_action_for_view): use the fallback as the fallback,
not default.
(setup_toolbar_button): set the default menu item here for the
current view.
svn path=/trunk/; revision=25429
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5c376977fd..44b3992b84 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,18 @@ +2004-04-13 Not Zed <NotZed@Ximian.com> + + * e-user-creatable-items-handler.c (create_verb): add a component + name argument, so we don't use 'this_component', and everything + comes from tasks! Fix callers to pass the component alias. + (struct _EUserCreatableItemsHandlerPrivate): change + default_menu_item to be fallback_menu_item for the mail message + new fallback. Make default_menu_item be the default for the view + (which some code seems to think it should be). Fixes #56866. + (ensure_menu_items): setup the fallback_menu_item here. + (get_default_action_for_view): use the fallback as the fallback, + not default. + (setup_toolbar_button): set the default menu item here for the + current view. + 2004-04-09 Jeffrey Stedfast <fejj@ximian.com> * e-shell.c (e_shell_attempt_upgrade): Don't activate the |