Fix attachment opening in Linux (broken in r1166)

This commit is contained in:
Dan Stillman 2007-04-02 13:43:47 +00:00
parent d2de91d872
commit 4b83db32aa

View File

@ -1617,7 +1617,7 @@ var ZoteroPane = new function()
file.launch();
}
catch (e) {
window.loadURI(fileURL, event);
window.loadURI(fileURL);
}
}
}