From 6668282fdebc5f3983f432d391d9a46a183a36b7 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 27 Jan 2015 15:59:06 +0100 Subject: [PATCH] Set the cursor back to normal after deleting a presentation. Fixes bug 1414978. Fixes: https://launchpad.net/bugs/1414978 --- openlp/plugins/presentations/lib/mediaitem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/lib/mediaitem.py b/openlp/plugins/presentations/lib/mediaitem.py index 04553c375..10b295235 100644 --- a/openlp/plugins/presentations/lib/mediaitem.py +++ b/openlp/plugins/presentations/lib/mediaitem.py @@ -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): """