~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/pandora-plugin

  • Committer: Lee Bieber
  • Date: 2010-10-26 21:22:15 UTC
  • mfrom: (1880.1.3 build)
  • Revision ID: kalebral@gmail.com-20101026212215-8fw2bzbkrybfdn8s
Merge Monty - fix bug 66814 - defaults-file does incorrect path prepending and winds up not actually working
Merge Monty - Port patches from the debian branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
329
329
    plugin['tests']= fix_file_paths(plugin, plugin['tests'])
330
330
 
331
331
    # Make a yes/no version for autoconf help messages
332
 
    if plugin['load_by_default'] or plugin['static']:
 
332
    if plugin['load_by_default']:
333
333
      plugin['default_yesno']="yes"
334
334
    else:
335
335
      plugin['default_yesno']="no"