From f3533f595d179df1f433501bf7eaa0f5dbc3478c Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 19 Oct 2000 03:19:23 +0000 Subject: update for new UI handler. 2000-10-18 Michael Meeks * evolution-shell-component.c (impl_ShellComponent_populate_folder_context_menu): update for new UI handler. svn path=/trunk/; revision=6022 --- shell/evolution-shell-component.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/evolution-shell-component.h') diff --git a/shell/evolution-shell-component.h b/shell/evolution-shell-component.h index db6dfe69b4..2ae350932c 100644 --- a/shell/evolution-shell-component.h +++ b/shell/evolution-shell-component.h @@ -89,7 +89,7 @@ typedef void (* EvolutionShellComponentRemoveFolderFn) (EvolutionShellComponent const Evolution_ShellComponentListener listener, void *closure); typedef void (* EvolutionShellComponentPopulateFolderContextMenu) (EvolutionShellComponent *shell_component, - BonoboUIHandler *uih, + BonoboUIComponent *uic, const char *physical_uri, const char *type, void *closure); -- cgit