diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-21 05:07:26 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-21 05:07:26 +0800 |
commit | 910b29b7d94511357af425b134afed8aec88ea8a (patch) | |
tree | 8c008dd03d13f0789d1d1214365e9fcb66630b76 /shell/e-shell-view-menu.c | |
parent | e2e21e3f7650b33259ae9e60ac8b7f5b78dbb098 (diff) | |
download | gsoc2013-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/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 71ef8f30d1..37cb1909ab 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -80,7 +80,7 @@ folder_bar_mode_changed_cb (EShellView *shell_view, /* Command callbacks. */ static void -command_quit (BonoboUIHandler *uih, +command_quit (BonoboUIComponent *uih, void *data, const char *path) { @@ -94,7 +94,7 @@ command_quit (BonoboUIHandler *uih, } static void -command_run_bugbuddy (BonoboUIHandler *uih, +command_run_bugbuddy (BonoboUIComponent *uih, void *data, const char *path) { @@ -128,7 +128,7 @@ zero_pointer(GtkObject *object, void **pointer) } static void -command_about_box (BonoboUIHandler *uih, +command_about_box (BonoboUIComponent *uih, void *data, const char *path) { @@ -179,7 +179,7 @@ command_about_box (BonoboUIHandler *uih, } static void -command_help (BonoboUIHandler *uih, +command_help (BonoboUIComponent *uih, void *data, const char *path) { @@ -244,7 +244,7 @@ command_toggle_shortcut_bar (BonoboUIComponent *component, static void -command_new_folder (BonoboUIHandler *uih, +command_new_folder (BonoboUIComponent *uih, void *data, const char *path) { @@ -267,7 +267,7 @@ command_new_folder (BonoboUIHandler *uih, } static void -command_new_view (BonoboUIHandler *uih, +command_new_view (BonoboUIComponent *uih, void *data, const char *path) { @@ -314,7 +314,7 @@ folder_selection_dialog_folder_selected_cb (EShellFolderSelectionDialog *folder_ } static void -command_goto_folder (BonoboUIHandler *uih, +command_goto_folder (BonoboUIComponent *uih, void *data, const char *path) { @@ -344,7 +344,7 @@ command_goto_folder (BonoboUIHandler *uih, } static void -command_create_folder (BonoboUIHandler *uih, +command_create_folder (BonoboUIComponent *uih, void *data, const char *path) { |