Package: firefox Verson: 1.5.dfsg-4 Select File / Import ... and a window comes up titled `Import Wizard'. This suggests that it's going to be able to import things. However, the list of things to import from is missing and the next button does not work.
This is reported upstream at https://bugzilla.mozilla.org/show_bug.cgi?id=117844 I have removed the File / Import menu item from the main menu in Ubuntu's firefox, so that people trying to find how to import bookmarks from a file will perhaps look in the bookmarks manager where it works. I think you should probably do the same for Debian's firefox. If you agree, please find the patch below. If you disagree then of course close this report and I'll make a note in an appropriate bit of our source not to bother you again. diff -ruN debian/firefox-1.5.dfsg/browser/base/content/browser-menubar.inc firefox-1.5.dfsg/browser/base/content/browser-menubar.inc --- debian/firefox-1.5.dfsg/browser/base/content/browser-menubar.inc 2005-09-19 23:49:52.000000000 +0100 +++ firefox-1.5.dfsg/browser/base/content/browser-menubar.inc 2006-01-30 10:47:16.000000000 +0000 @@ -60,8 +60,10 @@ <menuitem label="&printPreviewCmd.label;" accesskey="&printPreviewCmd.accesskey;" oncommand="PrintUtils.printPreview(onEnterPrintPreview, onExitPrintPreview);"/> #endif <menuitem label="&printCmd.label;" accesskey="&printCmd.accesskey;" key="printKb" command="cmd_print"/> +#if 0 <menuseparator/> <menuitem label="&import.label;" accesskey="&import.accesskey;" oncommand="BrowserImport();"/> +#endif #ifndef XP_MACOSX <menuseparator/> #endif Ian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]