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 79744 - Incorrect header/footer printing
Incorrect header/footer printing
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
1.0.x
Other Linux
: Normal normal
: ---
Assigned To: Andreas J. Guelzow
Andreas J. Guelzow
Depends on:
Blocks:
 
 
Reported: 2002-04-24 13:56 UTC by dankom
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dankom 2002-04-24 13:56:44 UTC
When 'Print range' is not 'Active sheet', but anything else, then in
footer/header &[PAGES] is not set correctly. It will be 1 instead of the
number of all printed pages.
I use Gnumeric 1.0.6, if it is important, but this bug seems to be a
longstanding one.
Comment 1 Andreas J. Guelzow 2002-04-26 01:05:37 UTC
It doesn't always print 1 though, it prints the number of pages on the
last sheet.
Comment 2 dankom 2002-04-26 10:51:40 UTC
It prints 1 for me on the last page as well...
Comment 3 Andreas J. Guelzow 2002-04-26 14:29:44 UTC
Let me be clearer:

It doesn't always print 1 though, it prints the "number of pages on the
last sheet". 

If your last sheet alone would print on n pages it will use n as the
total number of pages.

This shouldn't be hard to fix. I have a look at it next week.

Comment 4 Andreas J. Guelzow 2002-04-26 19:05:23 UTC
Fixed in cvs head (that is the 1.1.x or gnome2 series of releases).

The fix consisted simply of the addition of the + symbol (replacing =
with +=).

Jody, should we back port this?
Comment 5 Andreas J. Guelzow 2002-05-01 20:35:50 UTC
backported to 1.0.x branch.