From 2da3ba3890493284503868269891bed6420355b4 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 20 Oct 2000 21:26:47 +0000 Subject: 2000-10-20 Michael Meeks * contact-editor/e-contact-editor.c (tb_save_and_close_cb): * gui/component/addressbook.c (toggle_view_as_cb): 2000-10-20 Michael Meeks * notes/component-factory.c (control_activate_cb): svn path=/trunk/; revision=6087 --- addressbook/contact-editor/e-contact-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/contact-editor') diff --git a/addressbook/contact-editor/e-contact-editor.c b/addressbook/contact-editor/e-contact-editor.c index cbff738340..c0921a7204 100644 --- a/addressbook/contact-editor/e-contact-editor.c +++ b/addressbook/contact-editor/e-contact-editor.c @@ -701,7 +701,7 @@ delete_cb (GtkWidget *widget, gpointer data) /* Emits the signal to request printing a card */ static void -print_cb (BonoboUIHandler *uih, void *data, const char *path) +print_cb (BonoboUIComponent *uih, void *data, const char *path) { EContactEditor *ce; @@ -715,7 +715,7 @@ print_cb (BonoboUIHandler *uih, void *data, const char *path) /* Toolbar/Save and Close callback */ static void -tb_save_and_close_cb (BonoboUIHandler *uih, void *data, const char *path) +tb_save_and_close_cb (BonoboUIComponent *uih, void *data, const char *path) { EContactEditor *ce; -- cgit v1.2.3