From b88d0715276fd4e57540232b9abe0efbfe691044 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 23 Mar 2003 23:38:22 +0000 Subject: nuke. 2003-03-23 Chris Toshok * gui/contact-editor/arrow.png: nuke. * gui/contact-editor/Makefile.am (EXTRA_DIST): remove images_DATA (images_DATA): nuke, don't need it anymore. * gui/contact-editor/e-contact-editor.c (connect_arrow_button_signal): rename _replace_button to this. we no longer create an image, as it's a GtkArrow in the .glade file now. (connect_arrow_button_signals): rename _replace_buttons to this. no longer pass the arrow.png's to _replace_button. (e_contact_editor_init): _replace_buttons -> connect_arrow_button_signals. (_arrow_pressed): remove some dead code, and some args that aren't used. (_phone_arrow_pressed): track change to _arrow_pressed. (_email_arrow_pressed): same. (_address_arrow_pressed): same. svn path=/trunk/; revision=20473 --- addressbook/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7c10cd85f7..670b6b74b1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2003-03-23 Chris Toshok + + * gui/contact-editor/arrow.png: nuke. + + * gui/contact-editor/Makefile.am (EXTRA_DIST): remove images_DATA + (images_DATA): nuke, don't need it anymore. + + * gui/contact-editor/e-contact-editor.c + (connect_arrow_button_signal): rename _replace_button to this. we + no longer create an image, as it's a GtkArrow in the .glade file + now. + (connect_arrow_button_signals): rename _replace_buttons to this. + no longer pass the arrow.png's to _replace_button. + (e_contact_editor_init): _replace_buttons -> + connect_arrow_button_signals. + (_arrow_pressed): remove some dead code, and some args that aren't + used. + (_phone_arrow_pressed): track change to _arrow_pressed. + (_email_arrow_pressed): same. + (_address_arrow_pressed): same. + 2003-03-23 Chris Toshok [ fixes bug #31786 ] -- cgit v1.2.3