aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-folder-commands.h
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-06-06 08:05:53 +0800
committerJacob Leach <jleach@src.gnome.org>2001-06-06 08:05:53 +0800
commit9a3c412e4f46e34c34463c5661d4a7e5d7758bf6 (patch)
tree7c521179d07448d9899677b98db873ad3fd6a7df /shell/e-shell-folder-commands.h
parent70c01c8bb7947db6b98ef637afd3f6d06d2c182c (diff)
downloadgsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.tar
gsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.tar.gz
gsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.tar.bz2
gsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.tar.lz
gsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.tar.xz
gsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.tar.zst
gsoc2013-evolution-9a3c412e4f46e34c34463c5661d4a7e5d7758bf6.zip
Plug in all the folder tree right click menu verbs so bonobo-warnings
2001-06-05 Jason Leach <jleach@ximian.com> * e-shell-view-menu.c: Plug in all the folder tree right click menu verbs so bonobo-warnings aren't emitted (even though the respective implementation functions are currently unimplemented). (command_delete_folder): New function, see above. (command_rename_folder): Ditto. (command_folder_properties): Ditto. * e-shell-folder-commands.c (e_shell_command_delete_folder): New function, currently unimplemented. svn path=/trunk/; revision=10128
Diffstat (limited to 'shell/e-shell-folder-commands.h')
-rw-r--r--shell/e-shell-folder-commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-folder-commands.h b/shell/e-shell-folder-commands.h
index 379b401f9a..95585f1d43 100644
--- a/shell/e-shell-folder-commands.h
+++ b/shell/e-shell-folder-commands.h
@@ -33,6 +33,7 @@ void e_shell_command_open_folder_in_other_window (EShell *shell, EShellView *sh
void e_shell_command_copy_folder (EShell *shell, EShellView *shell_view);
void e_shell_command_move_folder (EShell *shell, EShellView *shell_view);
+void e_shell_command_delete_folder (EShell *shell, EShellView *shell_view);
void e_shell_command_rename_folder (EShell *shell, EShellView *shell_view);
void e_shell_command_add_to_shortcut_bar (EShell *shell, EShellView *shell_view);