From e72b58b2450931ae9e694a41eb4a73fe8706e1f8 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 24 Mar 2003 00:22:42 +0000 Subject: [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signals 2003-03-23 Chris Toshok [ fixes bug #40026 ] * gui/contact-editor/e-contact-editor.c (set_field): add EContactEditor arg, and block/unblock signals around the gtk_entry_set_text, since that generates a "changed" signal which causes problems. (set_phone_field): take and pass along an EContactEditor arg. (set_fields): pass editor to set_field. svn path=/trunk/; revision=20474 --- addressbook/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 670b6b74b1..4ee5f49a45 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2003-03-23 Chris Toshok + + [ fixes bug #40026 ] + * gui/contact-editor/e-contact-editor.c (set_field): add + EContactEditor arg, and block/unblock signals around the + gtk_entry_set_text, since that generates a "changed" signal which + causes problems. + (set_phone_field): take and pass along an EContactEditor arg. + (set_fields): pass editor to set_field. + 2003-03-23 Chris Toshok * gui/contact-editor/arrow.png: nuke. -- cgit