diff options
author | Chris Toshok <toshok@ximian.com> | 2003-03-24 07:38:22 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-03-24 07:38:22 +0800 |
commit | b88d0715276fd4e57540232b9abe0efbfe691044 (patch) | |
tree | 1c5bc2719d1328f267a8800da09c21a90e59df6b /addressbook/ChangeLog | |
parent | 00748269b5245e7cf6a3bf3fce2a255f3f50f77b (diff) | |
download | gsoc2013-evolution-b88d0715276fd4e57540232b9abe0efbfe691044.tar.gz gsoc2013-evolution-b88d0715276fd4e57540232b9abe0efbfe691044.tar.zst gsoc2013-evolution-b88d0715276fd4e57540232b9abe0efbfe691044.zip |
nuke.
2003-03-23 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7c10cd85f7..670b6b74b1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,26 @@ 2003-03-23 Chris Toshok <toshok@ximian.com> + * 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 <toshok@ximian.com> + [ fixes bug #31786 ] * gui/component/addressbook-config.c (addressbook_source_dialog_set_source): fix some gtk warnings. |