fixed bug 1240037 (Error occured when moving directory)

Fixes: https://launchpad.net/bugs/1240037
This commit is contained in:
Andreas Preikschat 2014-04-20 18:00:24 +02:00
parent 4253cd4f52
commit df800850e1
1 changed files with 1 additions and 1 deletions

View File

@ -1334,7 +1334,7 @@ class MainWindow(QtGui.QMainWindow, Ui_MainWindow, RegistryProperties):
if self.copy_data:
log.info('Copying data to new path')
try:
self.showStatusMessage(
self.show_status_message(
translate('OpenLP.MainWindow', 'Copying OpenLP data to new data directory location - %s '
'- Please wait for copy to finish').replace('%s', self.new_data_path))
dir_util.copy_tree(old_data_path, self.new_data_path)