Changeset 1441

Show
Ignore:
Timestamp:
10/22/06 18:18:34 (2 years ago)
Author:
athomas
Message:

PageToPdfPlugin:

Whoops, wrong section. Fixes #837.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pagetopdfplugin/0.10/pagetopdf/pagetopdf.py

    r1421 r1441  
    2828                         'right': '1.5cm', 'top': '1.5cm', 'bottom': '1.5cm', 
    2929                         'charset': codepage.replace('iso-', '')} 
    30         htmldoc_args.update(dict(self.env.config.options('tracpdf'))) 
     30        htmldoc_args.update(dict(self.env.config.options('pagetopdf'))) 
    3131        args_string = ' '.join(['--%s %s' % (arg, value or '') for arg, value 
    3232                                in htmldoc_args.iteritems()])