From d6372c9ae9c6cdc415318630cbfa155e34d90668 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 30 Jun 2001 02:28:44 +0000 Subject: This is a first shoot at making shortcuts renameable [#3719]; unfinished. Also, it causes the shortcut bar to stop displaying message unread count, but this is unfixable until we get rid of the ::LocalStorage interface, which should hopefully happen soon. svn path=/trunk/; revision=10621 --- shell/e-shell-folder-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-folder-commands.c') diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c index fbb562d81f..ba8f645c16 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -431,7 +431,7 @@ e_shell_command_add_to_shortcut_bar (EShell *shell, group_num = e_shell_view_get_current_shortcuts_group_num (shell_view); uri = e_shell_view_get_current_uri (shell_view); - e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri); + e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri, NULL, NULL); } -- cgit v1.2.3