On Apr 3, 12:16 pm, Smandoli <[email protected]> wrote:
> I migrated my TW to version 2.7.1 (recent release by Eric).  I discovered
> my ToolbarCommands tiddler was missing needed functions, and that those
> were in the CoreTweaks tiddler.  I hadn't brought this in yet, so I did.
>  My toolbar now worked correctly, but if I tried to use the Import function
> on the backstage menu, I received:
>
> TypeError: netscape.security.PrivilegeManager is undefined
>
> I discovered that if I disable CoreTweaks, the import function works again.

The problem is tweak #683 "FireFox3 Import bug: 'browse' button
replacement", which uses tweak #604 "cross-platform askForFilename()"

The easiest way to disable this specific tweak is to replace this line
of code:
   if (window.Components) {
with
   if (false) {

(search for "683" first, then scroll down a bit to find the relevant
line of code)

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to