diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-19 11:19:23 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-19 11:19:23 +0800 |
commit | f3533f595d179df1f433501bf7eaa0f5dbc3478c (patch) | |
tree | ff55a3f1be0b04d7c9b0949fcb63bb55e461eb18 /shell/evolution-shell-component.h | |
parent | 3c075e5ac84195117f546c780c2c95df4e7da3bf (diff) | |
download | gsoc2013-evolution-f3533f595d179df1f433501bf7eaa0f5dbc3478c.tar.gz gsoc2013-evolution-f3533f595d179df1f433501bf7eaa0f5dbc3478c.tar.zst gsoc2013-evolution-f3533f595d179df1f433501bf7eaa0f5dbc3478c.zip |
update for new UI handler.
2000-10-18 Michael Meeks <michael@helixcode.com>
* evolution-shell-component.c (impl_ShellComponent_populate_folder_context_menu):
update for new UI handler.
svn path=/trunk/; revision=6022
Diffstat (limited to 'shell/evolution-shell-component.h')
-rw-r--r-- | shell/evolution-shell-component.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |