diff options
author | H P Nadig <hpnadig@pacific.net.in> | 2004-06-08 04:19:14 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-06-08 04:19:14 +0800 |
commit | 31c401df882702ae0adfd7b92c8f78c166b20c1e (patch) | |
tree | 576e093927625feaa29ec5cfcd6a1177f0b4413e /addressbook/ChangeLog | |
parent | 649a9922018d88db9e5100d6d525aa64771eb974 (diff) | |
download | gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.gz gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.tar.zst gsoc2013-evolution-31c401df882702ae0adfd7b92c8f78c166b20c1e.zip |
Added few headers needed for select names dialog.
2004-06-07 H P Nadig <hpnadig@pacific.net.in>
* 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <hpnadig@pacific.net.in> + + * 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 <danw@novell.com> * gui/component/addressbook-view.c: s/stock_save_as/stock_save-as/ |