Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.8.2
-
Fix Version/s: 2.8.2b1
-
Component/s: None
-
Labels:None
-
Environment:Desktop,WebStart
-
Urgency:Urgent
Description
Reported by Suzanne.
The Preferences option to open a file on startup is not acted on. A flag
protein=false
added to Jalview
causes the test at line 529 to fail:
if (!headless && file == null && vamsasImport == null
&& jalview.bin.Cache.getDefault("SHOW_STARTUP_FILE", true)
&& protein == true)
The Preferences option to open a file on startup is not acted on. A flag
protein=false
added to Jalview
causes the test at line 529 to fail:
if (!headless && file == null && vamsasImport == null
&& jalview.bin.Cache.getDefault("SHOW_STARTUP_FILE", true)
&& protein == true)