From c61f26fa581964ff51e1f335840a61078f80cf29 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 2 May 2002 18:13:05 +0000 Subject: Changed some of these to bind to the ContactListEditor verbs since they're 2002-05-01 Christopher James Lahey * gui/contact-list-editor/e-contact-list-editor.c (verbs): Changed some of these to bind to the ContactListEditor verbs since they're marked as that in the ui file. Fixes Ximian bug #13034. svn path=/trunk/; revision=16665 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/contact-list-editor/e-contact-list-editor.c | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a47c818fba..b0c427de31 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2002-05-01 Christopher James Lahey + + * gui/contact-list-editor/e-contact-list-editor.c (verbs): Changed + some of these to bind to the ContactListEditor verbs since they're + marked as that in the ui file. Fixes Ximian bug #13034. + 2002-04-30 JP Rosevear * gui/component/Makefile.am (EXTRA_DIST): fix diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index a5676e1f19..c88af3005e 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -501,9 +501,9 @@ BonoboUIVerb verbs [] = { BONOBO_UI_UNSAFE_VERB ("ContactListEditorSave", file_save_cb), BONOBO_UI_UNSAFE_VERB ("ContactListEditorSaveClose", tb_save_and_close_cb), BONOBO_UI_UNSAFE_VERB ("ContactListEditorDelete", delete_cb), - BONOBO_UI_UNSAFE_VERB ("ContactEditorSaveAs", file_save_as_cb), - BONOBO_UI_UNSAFE_VERB ("ContactEditorSendAs", file_send_as_cb), - BONOBO_UI_UNSAFE_VERB ("ContactEditorSendTo", file_send_to_cb), + BONOBO_UI_UNSAFE_VERB ("ContactListEditorSaveAs", file_save_as_cb), + BONOBO_UI_UNSAFE_VERB ("ContactListEditorSendAs", file_send_as_cb), + BONOBO_UI_UNSAFE_VERB ("ContactListEditorSendTo", file_send_to_cb), BONOBO_UI_UNSAFE_VERB ("ContactListEditorClose", file_close_cb), BONOBO_UI_VERB_END }; -- cgit v1.2.3