diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-09 05:36:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-09 05:36:58 +0800 |
commit | 01b6f4ee32b0aeb16699af276e47618c1f776378 (patch) | |
tree | f3da0b1a14a5f161349b74a6a5b770a04649c355 /addressbook/ChangeLog | |
parent | d09d4962997e9056652815aab81f49311a6a59a8 (diff) | |
download | gsoc2013-evolution-01b6f4ee32b0aeb16699af276e47618c1f776378.tar.gz gsoc2013-evolution-01b6f4ee32b0aeb16699af276e47618c1f776378.tar.zst gsoc2013-evolution-01b6f4ee32b0aeb16699af276e47618c1f776378.zip |
remove the gtk_widget_show call... (e_contact_editor_show): and put it
2001-06-08 Chris Toshok <toshok@ximian.com>
* contact-editor/e-contact-editor.c (e_contact_editor_new): remove
the gtk_widget_show call...
(e_contact_editor_show): and put it here.
* contact-editor/e-contact-editor.h: add prototype for
e_contact_editor_show.
* gui/widgets/e-minicard.c (e_minicard_event): call
e_addressbook_show_contact_editor.
(card_modified_cb): call e_addressbook_error_dialog if status !=
SUCCESS.
* gui/widgets/e-minicard-view.c (e_minicard_view_event): call
e_addressbook_show_contact_editor. also, use card_modified_cb as
the commit_card callback.
* gui/widgets/e-addressbook-view.c (table_double_click): clean
this area up alot, call e_addressbook_show_contact_editor.
(card_deleted_cb): call e_addressbook_error_dialog.
* gui/widgets/e-addressbook-table-adapter.c
(card_modified_cb): new function, call e_addressbook_error_dialog
if the status != SUCCESS.
(addressbook_set_value_at): use card_modified_cb as the callback
for e_book_commit_card.
* gui/widgets/Makefile.am (libeminicard_a_SOURCES): add
e-addressbook-util.[ch].
* gui/component/addressbook.c (new_contact_cb): use
e_addressbook_show_contact_editor here.
svn path=/trunk/; revision=10164
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7f0be25a56..77769698ff 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,37 @@ +2001-06-08 Chris Toshok <toshok@ximian.com> + + * contact-editor/e-contact-editor.c (e_contact_editor_new): remove + the gtk_widget_show call... + (e_contact_editor_show): and put it here. + + * contact-editor/e-contact-editor.h: add prototype for + e_contact_editor_show. + + * gui/widgets/e-minicard.c (e_minicard_event): call + e_addressbook_show_contact_editor. + (card_modified_cb): call e_addressbook_error_dialog if status != + SUCCESS. + + * gui/widgets/e-minicard-view.c (e_minicard_view_event): call + e_addressbook_show_contact_editor. also, use card_modified_cb as + the commit_card callback. + + * gui/widgets/e-addressbook-view.c (table_double_click): clean + this area up alot, call e_addressbook_show_contact_editor. + (card_deleted_cb): call e_addressbook_error_dialog. + + * gui/widgets/e-addressbook-table-adapter.c + (card_modified_cb): new function, call e_addressbook_error_dialog + if the status != SUCCESS. + (addressbook_set_value_at): use card_modified_cb as the callback + for e_book_commit_card. + + * gui/widgets/Makefile.am (libeminicard_a_SOURCES): add + e-addressbook-util.[ch]. + + * gui/component/addressbook.c (new_contact_cb): use + e_addressbook_show_contact_editor here. + 2001-06-05 Christopher James Lahey <clahey@ximian.com> * contact-editor/e-contact-editor.c (categories_clicked): Remove |