~xnox/ubuntu/natty/xiphos/update-3.1.4

« back to all changes in this revision

Viewing changes to src/gecko/Yelper.cpp

  • Committer: Dmitrijs Ledkovs
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-11-25 21:26:48 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101125212648-az1oaou0quf37bwd
Tags: 3.1.4-0ubuntu1
[ Jonathan Marsden ]
* New upstream release 3.1.4
* Removed debian/patch/* since the one patch was included upstream.
* Bumped Standards-Version to 3.9.1 (no changes required).
* debian/README.Debian: Corrected spelling and reworded for clarity.
* debian/control: Add Jonathan Marsden back into Uploaders.

[ Dmitrijs Ledkovs ]
* Added local options dpkg-source to unapply patches and fail on
  upstream source changes (ignoring false positives).
* Added bzr-builddeb hook to generate source-format before build. If you
  are not using bzr-builddeb, you must run "./debian/rules clean" before
  building.
* patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
        return NS_OK;
401
401
}
402
402
 
403
 
#ifdef USE_GTKUPRINT
 
403
#ifdef HAVE_GTKUPRINT
404
404
nsresult
405
405
Yelper::Print (GeckoPrintInfo *print_info, PRBool preview, int *prev_pages)
406
406
{