diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-31 11:36:50 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-31 11:36:50 +0800 |
commit | e3289853ca71aa3d5251f82215aca7c141835dad (patch) | |
tree | ada55a7f4cabe993e79f48c9d0e89a6f276bd1a1 /addressbook/ChangeLog | |
parent | 342f45f31d84b98cd342742c62f27b8f178d455a (diff) | |
download | gsoc2013-evolution-e3289853ca71aa3d5251f82215aca7c141835dad.tar.gz gsoc2013-evolution-e3289853ca71aa3d5251f82215aca7c141835dad.tar.zst gsoc2013-evolution-e3289853ca71aa3d5251f82215aca7c141835dad.zip |
[ fixes bug #34777 ]
2004-03-30 Chris Toshok <toshok@ximian.com>
[ fixes bug #34777 ]
* gui/contact-editor/e-contact-editor.c (file_as_entry_changed):
set the window title to File As if the file as entry has something
in it. "Contact Editor" otherwise.
(set_entry_changed_signals): hook up the file-as-entry's "changed"
signal.
* gui/contact-list-editor/e-contact-list-editor.c
(list_name_changed_cb): analogous fix, but "List Name" and
"Contact List Editor".
svn path=/trunk/; revision=25256
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f785f272e6..b426e40064 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,19 @@ 2004-03-30 Chris Toshok <toshok@ximian.com> + [ fixes bug #34777 ] + + * gui/contact-editor/e-contact-editor.c (file_as_entry_changed): + set the window title to File As if the file as entry has something + in it. "Contact Editor" otherwise. + (set_entry_changed_signals): hook up the file-as-entry's "changed" + signal. + + * gui/contact-list-editor/e-contact-list-editor.c + (list_name_changed_cb): analogous fix, but "List Name" and + "Contact List Editor". + +2004-03-30 Chris Toshok <toshok@ximian.com> + [ fixes bug #53544 ] * gui/component/addressbook-component.c |