aqbal / firefox-mac-pdf

Automatically exported from code.google.com/p/firefox-mac-pdf
0 stars 0 forks source link

Compatibility with SeaMonkey 2.0 #173

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install PDF plugin in SeaMonkey
2. Relaunch SeaMonkey
3. Try to view PDF document in browser

What version of the plugin are you using? Which version of Firefox?
1.1.3 SeaMonkey 2.0.10

Please provide any additional information below.
It'd be nice if this plugin were compatible with SeaMonkey.

Original issue reported on code.google.com by CCS....@gmail.com on 6 Nov 2010 at 6:32

GoogleCodeExporter commented 8 years ago
Just as a note, I've enabled it for use with SeaMonkey 2 and it's working fine 
with version 2.0.11.

I added the following code to the install.rdf file:

<!-- target: SeaMonkey version 2.0 to 2.1 -->
    <em:targetApplication>
        <Description>
            <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
            <em:minVersion>2.0</em:minVersion>
            <em:maxVersion>2.1b1</em:maxVersion>
        </Description>
    </em:targetApplication>

Original comment by CCS....@gmail.com on 15 Jan 2011 at 9:35