summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/video_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_view.cc b/src/wx/video_view.cc
index 6478ff2a6..f2886a48c 100644
--- a/src/wx/video_view.cc
+++ b/src/wx/video_view.cc
@@ -55,6 +55,7 @@ VideoView::get_next_frame (bool non_blocking)
_player_video.first->eyes() != EYES_BOTH
);
+ /* XXX_b: this is called from the GL thread so it shouldn't be opening error dialogs */
try {
_viewer->butler()->rethrow ();
} catch (DecodeError& e) {