forked from openlp/openlp
removed un-needed code
This commit is contained in:
parent
7f440527f8
commit
b4e776b92c
@ -485,7 +485,7 @@ class ServiceManager(QtGui.QWidget):
|
|||||||
# Only write a file once
|
# Only write a file once
|
||||||
if path_from in write_list:
|
if path_from in write_list:
|
||||||
continue
|
continue
|
||||||
if not os.path.isfile(path_from):
|
if not os.path.exists(path_from):
|
||||||
Receiver.send_message(u'cursor_normal')
|
Receiver.send_message(u'cursor_normal')
|
||||||
title = unicode(translate('OpenLP.ServiceManager',
|
title = unicode(translate('OpenLP.ServiceManager',
|
||||||
'Service File Missing'))
|
'Service File Missing'))
|
||||||
@ -520,7 +520,6 @@ class ServiceManager(QtGui.QWidget):
|
|||||||
write_list.append(path_from)
|
write_list.append(path_from)
|
||||||
total_size += file_size
|
total_size += file_size
|
||||||
if abort_save:
|
if abort_save:
|
||||||
self._fileName = u''
|
|
||||||
self.mainwindow.finishedProgressBar()
|
self.mainwindow.finishedProgressBar()
|
||||||
Receiver.send_message(u'cursor_normal')
|
Receiver.send_message(u'cursor_normal')
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user