Opening folders is added to recent menu

This behavior was lost while reworking the document window class, closes #701.
This commit is contained in:
Allan Odgaard
2013-01-24 11:13:10 +01:00
parent 3026480a0d
commit 54eb357eb9

View File

@@ -2000,6 +2000,7 @@ static NSUInteger DisableSessionSavingCount = 0;
void show_browser (std::string const& path) const
{
std::string const folder = path::resolve(path);
[[NSDocumentController sharedDocumentController] noteNewRecentDocumentURL:[NSURL fileURLWithPath:[NSString stringWithCxxString:folder]]];
for(DocumentController* candidate in SortedControllers())
{