mirror of
https://github.com/ksherlock/ample.git
synced 2024-10-31 15:04:56 +00:00
bug - bookmarks didn't restore built-in floppy disk settings (such as disabling the 5.25" drives on a iigs)
This commit is contained in:
parent
d0987932a8
commit
23946962ad
@ -276,7 +276,8 @@ static NSDictionary *IndexMap = nil;
|
||||
}
|
||||
|
||||
// set up child name so bookmarks work.
|
||||
if (c == ':') _name = p;
|
||||
//if (c == ':') _name = p;
|
||||
if (c != '-') _name = p;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user