[evolution-patches] Patch to fix 270799



Hi,

This fixes the bug #270799.

Checked Sivaiahs Patch, looks ok to me.

Thanks 
Devashish Sharma 
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1967
diff -u -p -w -r1.1967 ChangeLog
--- ChangeLog	29 Jul 2005 06:35:21 -0000	1.1967
+++ ChangeLog	2 Aug 2005 06:42:01 -0000
@@ -1,3 +1,8 @@
+2005-08-02  Devashish Sharma <sdevashish novell com>
+
+	* gui/widgets/eab-contact-display.c: (render_contact)
+	Fixes the bug #270799. Commiting Sivaiahs patch.
+	
 2005-07-29  Srinivasa Ragavan <sragavan novell com>
 
 	* gui/contact-editor/eab-editor.c: (eab_editor_prompt_to_save_changes)
Index: eab-contact-display.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/eab-contact-display.c,v
retrieving revision 1.20
diff -u -p -w -r1.20 eab-contact-display.c
--- eab-contact-display.c	28 Apr 2005 09:27:39 -0000	1.20
+++ eab-contact-display.c	2 Aug 2005 06:31:01 -0000
@@ -383,7 +383,7 @@ render_contact (GtkHTMLStream *html_stre
 
 	if (accum->len > 0) {
 		start_block (html_stream, _("personal"));
-		gtk_html_stream_printf (html_stream, accum->str);
+		gtk_html_stream_write (html_stream, accum->str, -1);
 		end_block (html_stream);
 	}
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]