Comment 37 for bug 86426

Revision history for this message
Mark Erbaugh (mark-microenh) wrote :

re:
page_setup = gtk_page_setup_new ();
 paper_size = gtk_paper_size_new ("iso_a4");/*FIXME paper size hardcoded */
 print = gtk_print_operation_new ();

Great catch! As an interim fix, is it possible to re-compile evolution with a hard-coded letter size setup?