diff options
author | Chris Toshok <toshok@ximian.com> | 2001-05-12 07:59:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-05-12 07:59:32 +0800 |
commit | d35a3f652b8059e20e6dbe53f5f136bdf7f2f354 (patch) | |
tree | 4d374f42efa5e7c0a013f66152d94e34af81c176 /shell/evolution-shell-component-client.h | |
parent | 12de520a89398e2c9810f042b3d10e3c4c1ed1ef (diff) | |
download | gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.tar gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.tar.gz gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.tar.bz2 gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.tar.lz gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.tar.xz gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.tar.zst gsoc2013-evolution-d35a3f652b8059e20e6dbe53f5f136bdf7f2f354.zip |
add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): new
2001-05-11 Chris Toshok <toshok@ximian.com>
* e-storage-set-view.c
(populate_folder_context_menu_with_common_items): add RemoveFolder
menu item and verb.
(folder_context_menu_remove_cb): new function, call
e_storage_set_async_remove_folder.
(remove_cb): callack for e_storage_set_async_remove_folder.
* evolution-shell-component-client.c
(evolution_shell_component_client_populate_folder_context_menu):
fix prototype to reflect Component -> Container.
* evolution-shell-component-client.h: same.
svn path=/trunk/; revision=9778
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r-- | shell/evolution-shell-component-client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h index e781a0c74c..9fd52f7eca 100644 --- a/shell/evolution-shell-component-client.h +++ b/shell/evolution-shell-component-client.h @@ -25,6 +25,8 @@ #define EVOLUTION_SHELL_COMPONENT_CLIENT_H #include <bonobo/bonobo-object-client.h> +#include <bonobo/bonobo-ui-container.h> +#include <bonobo/bonobo-ui-component.h> #include "evolution-shell-component.h" @@ -107,7 +109,7 @@ void evolution_shell_component_client_async_xfer_folder (EvolutionShellCompo void *data); void evolution_shell_component_client_populate_folder_context_menu (EvolutionShellComponentClient *shell_component_client, - BonoboUIComponent *uih, + BonoboUIContainer *container, const char *physical_uri, const char *type); |