some code style fixes

This commit is contained in:
Alberto Griggio
2017-06-19 13:49:14 +02:00
parent 51800cdbcf
commit 6b28671c41
5 changed files with 3 additions and 7 deletions

View File

@@ -287,8 +287,7 @@ RTWindow::RTWindow ()
if (!argv1.empty()) {
Thumbnail* thm = cacheMgr->getEntry(argv1);
if (thm) {
std::vector<Thumbnail *> entries(1, thm);
fpanel->fileCatalog->openRequested(entries);
fpanel->fileCatalog->openRequested({thm});
}
}
}