[evolution-patches] Evolution Bug 59582 again
- From: Hans Petter Jansson <hpj ximian com>
- To: Sivaiah Nallagatla <snallagatla novell com>
- Cc: evolution-patches ximian com, release-team gnome org
- Subject: [evolution-patches] Evolution Bug 59582 again
- Date: Tue, 07 Sep 2004 18:57:08 -0500
Another patch from Sivaiah related to bug #59582 (see previous mail
about same bug). We'd like to commit this to the gnome-2-8 branch.
--
Hans Petter
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1825
diff -u -r1.1825 ChangeLog
--- ChangeLog 7 Sep 2004 04:59:54 -0000 1.1825
+++ ChangeLog 7 Sep 2004 06:29:58 -0000
@@ -1,3 +1,10 @@
+2004-09-07 Sivaiah Nallagatla <snallagatla novell com>
+
+ * gui/contact-editor/e-contact-editor.c
+ (sensitize_address) : check for _LABEL
+ type address fields also in supported fileds
+ while sensitizing the address fields
+
2004-09-04 Sivaiah Nallagatla <snallagatla novell com>
* gui/widgets/e-addressbook-view.h : add
Index: gui/contact-editor/e-contact-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/e-contact-editor.c,v
retrieving revision 1.216
diff -u -r1.216 e-contact-editor.c
--- gui/contact-editor/e-contact-editor.c 20 Aug 2004 23:37:02 -0000 1.216
+++ gui/contact-editor/e-contact-editor.c 7 Sep 2004 06:29:59 -0000
@@ -1909,7 +1909,8 @@
gboolean enabled = TRUE;
if (!editor->target_editable ||
- !is_field_supported (editor, addresses [i]))
+ !(is_field_supported (editor, addresses [i]) ||
+ is_field_supported (editor, address_labels[i])))
enabled = FALSE;
sensitize_address_record (editor, i, enabled);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]