From 19f8760e0dd3e2fb0595699e825936752e880ec8 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 11 May 2001 23:00:56 +0000 Subject: example. 2001-05-11 Chris Toshok * gui/component/addressbook-component.c (populate_context_menu): example. svn path=/trunk/; revision=9776 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook-component.c | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bf0b5e3d33..06ee86f527 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-05-11 Chris Toshok + + * gui/component/addressbook-component.c (populate_context_menu): + example. + 2001-05-11 Chris Toshok * gui/widgets/e-minicard-view.c (e_minicard_view_drag_data_get): 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[] = - "\n"; - g_print ("should populate context menu for %s (%s)\n", physical_uri, type); - bonobo_ui_component_set_translate (uic, "/popups/folderPopup/Folder/componentPlaceholder", + "\n"; + bonobo_ui_component_set_translate (uic, EVOLUTION_SHELL_COMPONENT_POPUP_PLACEHOLDER, popup_xml, NULL); } -- cgit v1.2.3