Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236386
Collapse All | Expand All

(-)xpdf-3.02-poppler.orig/XPDFViewer.cc (+3 lines)
Lines 713-718 Link Here
713
    // clicking in a window with no open PDF file
713
    // clicking in a window with no open PDF file
714
    goto err2;
714
    goto err2;
715
  }
715
  }
716
  if (strcmp(cmdTab[a].name, "focusToPageNum") == 0 && core->getFullScreen()) {
717
      return;
718
  }
716
  (this->*cmdTab[a].func)(args, nArgs, event);
719
  (this->*cmdTab[a].func)(args, nArgs, event);
717
720
718
  //----- clean up
721
  //----- clean up

Return to bug 236386