From 31c401df882702ae0adfd7b92c8f78c166b20c1e Mon Sep 17 00:00:00 2001 From: H P Nadig Date: Mon, 7 Jun 2004 20:19:14 +0000 Subject: Added few headers needed for select names dialog. 2004-06-07 H P Nadig * gui/contact-list-editor/e-contact-list-editor.h: Added few headers needed for select names dialog. * gui/contact-list-editor/e-contact-list-editor.c (e_contact_list_editor_init): Added select button handler. (select_cb): The callback function for Select Button. (setup_corba): To setup corba for select names dialog. (select_names_ok_cb): Handle Select names dialog entries. (add_to_model): Adds cards to the model. * gui/contact-list-editor/contact-list-editor.glade: New 'Select' Button. Tooltips added for buttons in button Box. svn path=/trunk/; revision=26240 --- addressbook/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bb2013ab70..e1aa70fd88 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-06-07 H P Nadig + + * gui/contact-list-editor/e-contact-list-editor.h: Added few + headers needed for select names dialog. + + * gui/contact-list-editor/e-contact-list-editor.c + (e_contact_list_editor_init): Added select button handler. + (select_cb): The callback function for Select Button. + (setup_corba): To setup corba for select names dialog. + (select_names_ok_cb): Handle Select names dialog entries. + (add_to_model): Adds cards to the model. + + * gui/contact-list-editor/contact-list-editor.glade: New 'Select' + Button. Tooltips added for buttons in button Box. + 2004-06-07 Dan Winship * gui/component/addressbook-view.c: s/stock_save_as/stock_save-as/ -- cgit