Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/33e4ba44e8c60b5734f4bcca5a6a2a9ec1c327fc?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed using importing

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent f8a21c1b3c
commit 33e4ba44e8
  1. 2
      src/core/UBPersistenceManager.cpp

@ -274,6 +274,8 @@ UBDocumentProxy* UBPersistenceManager::createDocumentFromDir(const QString& pDoc
{
checkIfDocumentRepositoryExists();
UBPersistenceManager::persistenceManager()->shiftPagesToStartWithTheZeroOne(pDocumentDirectory);
UBDocumentProxy* doc = new UBDocumentProxy(pDocumentDirectory); // deleted in UBPersistenceManager::destructor
if (pGroupName.length() > 0)

Loading…
Cancel
Save