Pass SCM info to file chooser

This commit is contained in:
Allan Odgaard
2013-01-20 12:44:42 +01:00
parent a02305df2d
commit 564571ab8b

View File

@@ -1458,6 +1458,7 @@ namespace
fc.openDocuments = _documents;
fc.currentDocument = _selectedDocument ? _selectedDocument->identifier() : oak::uuid_t();
fc.scmInfo = _scmInfo;
fc.target = self;
fc.action = @selector(fileChooserDidSelectItems:);
fc.path = self.projectPath ?: self.untitledSavePath ?: NSHomeDirectory();