aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-05-12 07:13:28 +0800
committerChris Toshok <toshok@src.gnome.org>2001-05-12 07:13:28 +0800
commit12de520a89398e2c9810f042b3d10e3c4c1ed1ef (patch)
tree6626fe96e3af79f36693ab8f3f2831bb7dec3c3b /shell/evolution-shell-component.h
parent19f8760e0dd3e2fb0595699e825936752e880ec8 (diff)
downloadgsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.gz
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.bz2
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.lz
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.xz
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.tar.zst
gsoc2013-evolution-12de520a89398e2c9810f042b3d10e3c4c1ed1ef.zip
add this define for the xml path to use when adding menu items to the
2001-05-11 Chris Toshok <toshok@ximian.com> * evolution-shell-component.h (EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER): add this define for the xml path to use when adding menu items to the folder popup. * e-storage-set-view.c (populate_folder_context_menu_with_common_items): add (#ifdef DEBUG_XML) a menu item to dump the bonobo xml. (popup_folder_menu): pass the BonoboUIContainer to the populate_folder_context_menu CORBA call, instead of the component. Also, reorder things a bit so the component doesn't get an error when setting xml the first time. svn path=/trunk/; revision=9777
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r--shell/evolution-shell-component.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h
index 2b98b623ce..ac48ed97de 100644
--- a/shell/evolution-shell-component.h
+++ b/shell/evolution-shell-component.h
@@ -42,6 +42,7 @@ extern "C" {
#define EVOLUTION_IS_SHELL_COMPONENT(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_SHELL_COMPONENT))
#define EVOLUTION_IS_SHELL_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_SHELL_COMPONENT))
+#define EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER "/popups/folderPopup/Folder/componentPlaceholder"
typedef struct _EvolutionShellComponent EvolutionShellComponent;
typedef struct _EvolutionShellComponentPrivate EvolutionShellComponentPrivate;