aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-05-12 07:00:56 +0800
committerChris Toshok <toshok@src.gnome.org>2001-05-12 07:00:56 +0800
commit19f8760e0dd3e2fb0595699e825936752e880ec8 (patch)
tree1c80189ab13a92c945652d288206b58794f5256a /addressbook/gui/component
parentdd032fc24deb2a760040b08bb18aa687b762f0d3 (diff)
downloadgsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.tar
gsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.tar.gz
gsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.tar.bz2
gsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.tar.lz
gsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.tar.xz
gsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.tar.zst
gsoc2013-evolution-19f8760e0dd3e2fb0595699e825936752e880ec8.zip
example.
2001-05-11 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-component.c (populate_context_menu): example. svn path=/trunk/; revision=9776
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook-component.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index 091e91f57a..6a76dd01fb 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -229,9 +229,8 @@ populate_context_menu (EvolutionShellComponent *shell_component,
void *closure)
{
static char popup_xml[] =
- "<menuitem name=\"BorkBork\" verb=\"ActivateView\" _label=\"_Foooo\" _tip=\"FooFooFoo\"/>\n";
- g_print ("should populate context menu for %s (%s)\n", physical_uri, type);
- bonobo_ui_component_set_translate (uic, "/popups/folderPopup/Folder/componentPlaceholder",
+ "<menuitem name=\"BorkBorkBork\" verb=\"ActivateView\" _label=\"_Foooo\" _tip=\"FooFooFoo\"/>\n";
+ bonobo_ui_component_set_translate (uic, EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER,
popup_xml, NULL);
}