aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-component-client.h
diff options
context:
space:
mode:
authorMichael Meeks <michael@helixcode.com>2000-10-21 05:07:26 +0800
committerMichael Meeks <mmeeks@src.gnome.org>2000-10-21 05:07:26 +0800
commit910b29b7d94511357af425b134afed8aec88ea8a (patch)
tree8c008dd03d13f0789d1d1214365e9fcb66630b76 /shell/evolution-shell-component-client.h
parente2e21e3f7650b33259ae9e60ac8b7f5b78dbb098 (diff)
downloadgsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.tar
gsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.tar.gz
gsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.tar.bz2
gsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.tar.lz
gsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.tar.xz
gsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.tar.zst
gsoc2013-evolution-910b29b7d94511357af425b134afed8aec88ea8a.zip
update to new UI handler
2000-10-20 Michael Meeks <michael@helixcode.com> * evolution-shell-component-client.c (evolution_shell_component_client_populate_folder_context_menu), (evolution_shell_component_client_create_view): update to new UI handler * e-shell-view-menu.c (command_create_folder): ditto. * e-storage-set-view.c (popup_folder_menu): ditto. * evolution-shell-component-client.h: kill ui-compat include. svn path=/trunk/; revision=6082
Diffstat (limited to 'shell/evolution-shell-component-client.h')
-rw-r--r--shell/evolution-shell-component-client.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/evolution-shell-component-client.h b/shell/evolution-shell-component-client.h
index 70423c9056..1a0eab5cd7 100644
--- a/shell/evolution-shell-component-client.h
+++ b/shell/evolution-shell-component-client.h
@@ -25,7 +25,6 @@
#define EVOLUTION_SHELL_COMPONENT_CLIENT_H
#include <bonobo/bonobo-object-client.h>
-#include <bonobo/bonobo-ui-compat.h>
#include "evolution-shell-component.h"
@@ -73,7 +72,7 @@ EvolutionShellComponentResult evolution_shell_component_client_set_owner (Ev
EvolutionShellComponentResult evolution_shell_component_client_unset_owner (EvolutionShellComponentClient *shell_component_client,
Evolution_Shell shell);
EvolutionShellComponentResult evolution_shell_component_client_create_view (EvolutionShellComponentClient *shell_component_client,
- BonoboUIHandler *uih,
+ BonoboUIComponent *uih,
const char *physical_uri,
const char *type_string,
BonoboControl **control_return);
@@ -90,7 +89,7 @@ void evolution_shell_component_client_async_remove_folder (EvolutionShellCompo
void *data);
void evolution_shell_component_client_populate_folder_context_menu (EvolutionShellComponentClient *shell_component_client,
- BonoboUIHandler *uih,
+ BonoboUIComponent *uih,
const char *physical_uri,
const char *type);