[evolution-patches] [PATCH]Bug#53625:personal phone number not shown in preview pane in addressbook
- From: umesh tiwari <tiwariumesh232 gawab com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] [PATCH]Bug#53625:personal phone number not shown in preview pane in addressbook
- Date: Wed, 17 Mar 2004 23:15:30 +0530
This is patch for bug:Personal phone number not shown in preview pane.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1607
diff -u -r1.1607 ChangeLog
--- ChangeLog 4 Mar 2004 06:03:36 -0000 1.1607
+++ ChangeLog 9 Mar 2004 09:15:41 -0000
@@ -4002,5 +4002,17 @@
* backend/ebook/ebook.c (e_book_do_response_open): adapted to
changes in EComponentListener API.
-** See ChangeLog.pre-1-4 for older changes
+
+2004-03-08 Umesh Tiwari and Tejasvi S N <tiwariumesh232 rediffmail com , tejasvi_sn rediffmail com>
+
+ ** For #53625.
+
+ *cvs/gnome2/evolution/addressbook/gui/widgets/eab-contact-display.c
+
+
+ added line :
+ line#267 : render_attribute (html_stream, contact, _("Phone"), E_CONTACT_PHONE_HOME, NULL, 0);
+
+
+** See ChangeLog.pre-1-4 for older changes
Index: gui/widgets/eab-contact-display.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/eab-contact-display.c,v
retrieving revision 1.5
diff -u -r1.5 eab-contact-display.c
--- gui/widgets/eab-contact-display.c 28 Feb 2004 01:22:47 -0000 1.5
+++ gui/widgets/eab-contact-display.c 9 Mar 2004 09:18:52 -0000
@@ -263,7 +263,8 @@
render_attribute (html_stream, contact, _("WWW"), E_CONTACT_HOMEPAGE_URL, NULL, E_TEXT_TO_HTML_CONVERT_URLS);
render_attribute (html_stream, contact, _("Blog"), E_CONTACT_BLOG_URL, NULL, E_TEXT_TO_HTML_CONVERT_URLS);
-
+
+ render_attribute (html_stream, contact, _("Phone"), E_CONTACT_PHONE_HOME, NULL, 0);
render_address (html_stream, contact, _("Address"), E_CONTACT_ADDRESS_HOME, E_CONTACT_ADDRESS_LABEL_HOME);
end_block (html_stream);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]