diff options
Diffstat (limited to 'addressbook/contact-editor/e-contact-editor.c')
-rw-r--r-- | addressbook/contact-editor/e-contact-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |