From 2c27394b7f6f688842128428e1fc4a1327a4df29 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Mon, 13 Aug 2001 17:59:52 +0000 Subject: Remove unused variable @folder. 2001-08-13 Jason Leach * e-local-storage.c (remove_folder_directory): Remove unused variable @folder. * e-shell-folder-commands.c (e_shell_command_add_to_shortcut_bar): Give icons to shortcuts added via Right-click->Add to Shortcut Bar. svn path=/trunk/; revision=11944 --- shell/e-shell-folder-commands.c | 7 ++++++- 1 file changed, 6 insertions(+), 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 5eed7fcc3e..afc775a5ab 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -565,6 +565,8 @@ e_shell_command_add_to_shortcut_bar (EShell *shell, EShellView *shell_view) { EShortcuts *shortcuts; + EStorageSet *storage_set; + EFolder *folder; int group_num; const char *uri; int unread_count; @@ -580,5 +582,8 @@ e_shell_command_add_to_shortcut_bar (EShell *shell, unread_count = get_folder_unread (shell, e_shell_view_get_current_path (shell_view)); - e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri, NULL, unread_count, NULL); + storage_set = e_shell_get_storage_set (shell); + folder = e_storage_set_get_folder (storage_set, e_shell_view_get_current_path (shell_view)); + + e_shortcuts_add_shortcut (shortcuts, group_num, -1, uri, NULL, unread_count, e_folder_get_type_string (folder)); } -- cgit v1.2.3