After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 311578 - doesn't save print parameter
doesn't save print parameter
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
git master
Other Linux
: High normal
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-26 11:36 UTC by Christian Persch
Modified: 2005-07-31 13:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
save print parameter (2.75 KB, patch)
2005-07-30 17:18 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2005-07-26 11:36:44 UTC
Steps to repro:
0) Start evince, load a document
1) File->Print, select a printer, paper, margins etc.
2) Print
3) Quit evince
4) Repeat 0-2

Actual results:
Print parameters revert to default the next time evince is started.

Epiphany has code to save the print parameters, see embed/print-dialog.c .
Comment 1 Jonathan Blandford 2005-07-30 02:19:52 UTC
post 2.12
Comment 2 Christian Persch 2005-07-30 17:18:16 UTC
Created attachment 49985 [details] [review]
save print parameter

Copied the code from Epiphany.

I don't think this qualifies as a 'feature'; so would you consider it for 2.12?
Comment 3 Marco Pesenti Gritti 2005-07-31 11:45:34 UTC
Thanks for the patch!