diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-15 06:00:45 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-15 06:00:45 +0800 |
commit | b9d38c709a95889a3dbc4993c0d7c488b6b0de85 (patch) | |
tree | 9d75a212bd0e3392aa25142b881ce689c022d36c /addressbook/ChangeLog | |
parent | 7535239b99706fbd3760c0e98deb34418123f6a7 (diff) | |
download | gsoc2013-evolution-b9d38c709a95889a3dbc4993c0d7c488b6b0de85.tar.gz gsoc2013-evolution-b9d38c709a95889a3dbc4993c0d7c488b6b0de85.tar.zst gsoc2013-evolution-b9d38c709a95889a3dbc4993c0d7c488b6b0de85.zip |
replace the text_buffer_delete/text_buffer_insert with
2003-05-14 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c (full_addr_clicked):
replace the text_buffer_delete/text_buffer_insert with
set_buffer_set_text. call widget_changed if they clicked OK, so
we actually mark the dialog changed.
(fill_in_field): make this handle GtkTextViews, because for some
reason that escapes rational thought GtkTextView's don't implement
GtkEditable. fixes #42606.
(extract_field): same.
svn path=/trunk/; revision=21184
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cd3b0b2b5b..64d6f61c90 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,4 +1,15 @@ -2003-05-12 Chris Toshok <toshok@ximian.com> +2003-05-14 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/e-contact-editor.c (full_addr_clicked): + replace the text_buffer_delete/text_buffer_insert with + set_buffer_set_text. call widget_changed if they clicked OK, so + we actually mark the dialog changed. + (fill_in_field): make this handle GtkTextViews, because for some + reason that escapes rational thought GtkTextView's don't implement + GtkEditable. fixes #42606. + (extract_field): same. + +2003-05-14 Chris Toshok <toshok@ximian.com> * gui/widgets/e-minicard-label.c (e_minicard_label_reflow): set the clip_height on reflow so the name of the field is as high as |