From 63f6e70ecc65e1b2bb174c5376bd4f98ac474d5e Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 8 Jun 2001 18:51:04 +0000 Subject: Allow a NULL @shell_view arg in `e_shell_command_add_to_shortcut_bar()'. svn path=/trunk/; revision=10160 --- shell/ChangeLog | 5 +++++ shell/e-shell-folder-commands.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 20682ec34b..327d172ee6 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-06-08 Ettore Perazzoli + + * e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar): + Allow a NULL @shell_view arg. + 2001-06-08 Jason Leach * e-shell.c (e_shell_construct): Fix splash setup to keep it from diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index dee3e88674..6b0a1b0fe8 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -333,8 +333,7 @@ e_shell_command_add_to_shortcut_bar (EShell *shell, g_return_if_fail (shell != NULL); g_return_if_fail (E_IS_SHELL (shell)); - g_return_if_fail (shell_view != NULL); - g_return_if_fail (E_IS_SHELL_VIEW (shell_view)); + g_return_if_fail (shell_view != NULL && ! E_IS_SHELL_VIEW (shell_view)); shortcuts = e_shell_get_shortcuts (shell); group_num = e_shell_view_get_current_shortcuts_group_num (shell_view); -- cgit v1.2.3