diff --git a/kate/katedocmanager.cpp b/kate/katedocmanager.cpp --- a/kate/katedocmanager.cpp +++ b/kate/katedocmanager.cpp @@ -188,9 +188,8 @@ } if (!u.isEmpty()) { - if (!loadMetaInfos(doc, u)) { - doc->openUrl(u); - } + doc->openUrl(u); + loadMetaInfos(doc, u); } } @@ -478,7 +477,7 @@ } /** - * Load file and file's meta-information if the MD5 didn't change since last time. + * Load file's meta-information if the checksum didn't change since last time. */ bool KateDocManager::loadMetaInfos(KTextEditor::Document *doc, const QUrl &url) {