[evolution-patches] Patch to fix bug #246803



Hi,

Attached patch fixes
http://bugzilla.gnome.org/show_bug.cgi?id=246803

Thanks,
Mubeen
Index: table/e-table-group-container.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/table/e-table-group-container.c,v
retrieving revision 1.70
diff -u -p -r1.70 e-table-group-container.c
--- table/e-table-group-container.c	23 Jun 2005 09:11:10 -0000	1.70
+++ table/e-table-group-container.c	11 Oct 2005 07:41:08 -0000
@@ -1159,7 +1159,7 @@ e_table_group_container_print_page  (EPr
 	GList *child;
 	EPrintable *child_printable;
 	gchar *string;
-	GnomeFont *font = gnome_font_find ("Helvetica", TEXT_HEIGHT);
+	GnomeFont *font = gnome_font_find_closest ("Helvetica", TEXT_HEIGHT);
 
 	child_printable = groupcontext->child_printable;
 	child = groupcontext->child;
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/ChangeLog,v
retrieving revision 1.144
diff -u -p -r1.144 ChangeLog
--- ChangeLog	29 Sep 2005 17:54:07 -0000	1.144
+++ ChangeLog	11 Oct 2005 08:36:58 -0000
@@ -1,3 +1,10 @@
+2005-10-11  Mubeen Jukaku  <jmubeen novell com>
+
+	Fixes #246803
+	* table/e-table-group-container.c:
+	(e_table_group_container_print_page): Use gnome_font_find_closest
+	instead of gnome_font_find.
+
 2005-09-29  Tor Lillqvist  <tml novell com>
 
 	* menus/gal-view-collection.c (load_single_dir)


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