I'm using

Description:    Ubuntu maverick (development branch)
Release:        10.10

xpdf:
  Installed: 3.02-9ubuntu1

The keys z and w (for fit page and fit width) are still not working.

I've tracked this down to the additional patch named "xpdf-zoom-
height.patch", which puts the new command "zoomFitHeight" at the wrong
position into the "XPDFViewer::cmdTab[]" array. This array is supposed
to be sorted, as the code looking up the commands does a binary search
on it. The wrong position of "zoomFitHeight" (behind "zoomFitPage" and
"zoomFitWidth", instead of before them) makes the fit-to-page and fit-
to-witdh commands unfindable upon key press.

So just please adjust the patch "xpdf-zoom-height.patch" to insert the
new command "zoomFitHeight" just before "zoomFitPage" into the
"XPDFViewer::cmdTab[]" array.

Patch for the "xpdf-zoom-height.patch" is attached.

** Changed in: xpdf (Ubuntu)
       Status: Fix Released => New

-- 
Fit page and fit width keys (z and w) stopped working in Lucid
https://bugs.launchpad.net/bugs/611566
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to