diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-21 05:26:47 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-21 05:26:47 +0800 |
commit | 2da3ba3890493284503868269891bed6420355b4 (patch) | |
tree | 99d583e6244d4e2d35e6f8b2c1df4d97110812cf /addressbook/contact-editor/e-contact-editor.c | |
parent | 1fff2516257a785bb4597c7ad4917405bbcb8cbc (diff) | |
download | gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.tar gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.tar.gz gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.tar.bz2 gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.tar.lz gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.tar.xz gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.tar.zst gsoc2013-evolution-2da3ba3890493284503868269891bed6420355b4.zip |
2000-10-20 Michael Meeks <michael@helixcode.com>
* contact-editor/e-contact-editor.c (tb_save_and_close_cb):
* gui/component/addressbook.c (toggle_view_as_cb):
2000-10-20 Michael Meeks <michael@helixcode.com>
* notes/component-factory.c (control_activate_cb):
svn path=/trunk/; revision=6087
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; |