Added fixes for audio and video path. On sankore 3.1 version 1.0.0 the absolute path has been introduced. Big mistake

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 8635c7724a
commit e1ee99a211
  1. 8
      src/core/UBPersistenceManager.cpp

@ -866,7 +866,7 @@ QString UBPersistenceManager::addVideoFileToDocument(UBDocumentProxy* pDocumentP
}
return destPath;
return fileName;
}
@ -898,7 +898,7 @@ QString UBPersistenceManager::addVideoFileToDocument(UBDocumentProxy* pDocumentP
}
}
return destPath;
return fileName;
}
@ -926,7 +926,7 @@ QString UBPersistenceManager::addAudioFileToDocument(UBDocumentProxy* pDocumentP
}
return destPath;
return fileName;
}
@ -958,7 +958,7 @@ QString UBPersistenceManager::addAudioFileToDocument(UBDocumentProxy* pDocumentP
}
}
return destPath;
return fileName;
}

Loading…
Cancel
Save