Set the cursor back to normal after deleting a presentation. Fixes bug 1414978.

Fixes: https://launchpad.net/bugs/1414978
This commit is contained in:
Tomas Groth 2015-01-27 15:59:06 +01:00
parent 10d25f8173
commit 6668282fde
1 changed files with 1 additions and 1 deletions

View File

@ -225,10 +225,10 @@ class PresentationMediaItem(MediaManagerItem):
self.clean_up_thumbnails(filepath)
self.main_window.increment_progress_bar()
self.main_window.finished_progress_bar()
self.application.set_busy_cursor()
for row in row_list:
self.list_view.takeItem(row)
Settings().setValue(self.settings_section + '/presentations files', self.get_file_list())
self.application.set_normal_cursor()
def clean_up_thumbnails(self, filepath):
"""