~ubuntu-branches/ubuntu/maverick/ubufox/maverick-proposed

« back to all changes in this revision

Viewing changes to content/overlay.js

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-04-14 09:59:02 UTC
  • mto: (1.1.23)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20080414095902-1a57j74o6m3b8xg2
Tags: upstream-0.5~rc2
ImportĀ upstreamĀ versionĀ 0.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  procUtil.init(executable);
105
105
 
106
106
  var args = new Array("--xul-extensions=firefox");
 
107
  // we care for firefox 2 and use a special mime type to document
 
108
  // compatibility of extensions with it
 
109
  if (!ubufox.isffox3) {
 
110
    args = new Array("--xul-extensions=firefox-2");
 
111
  }
107
112
  var res = procUtil.run(false, args, args.length);
108
113
 
109
114
  return true;