diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | 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,5 +1,10 @@ 2001-05-11 Chris Toshok <toshok@ximian.com> + * gui/component/addressbook-component.c (populate_context_menu): + example. + +2001-05-11 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-minicard-view.c (e_minicard_view_drag_data_get): use e_card_list_get_vcard to build up the data to send. (e_minicard_view_init): connect to the model's drag_begin signal. 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); } |