Mark Erbaugh, for you on your computer modifying the hard-coded page
size and recompiling should serve, but for a distro package I suggest to
do something like

page_setup = gtk_page_setup_new ();
paper_size = gtk_paper_size_new (<call function of libpaper to get default 
paper size>);
print = gtk_print_operation_new ();

Then the paper size from /etc/papersize will be used.

This is still a very quick and dirty hack, as it serves only for people
with one printer with their countries standard paper size loaded. For
anyone working with more than one paper size a paper size option (in
print dialog or in page setup dialog) is needed.

-- 
MASTER: [Feisty] Evolution always tries to print A4
https://bugs.launchpad.net/bugs/86426
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to