diff options
Diffstat (limited to 'Bustle/UI/Util.hs')
-rw-r--r-- | Bustle/UI/Util.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bustle/UI/Util.hs b/Bustle/UI/Util.hs index eceab0c..7c6cdcc 100644 --- a/Bustle/UI/Util.hs +++ b/Bustle/UI/Util.hs @@ -41,5 +41,5 @@ displayError mwindow title mbody = do maybeM mbody $ messageDialogSetSecondaryText dialog - dialog `afterResponse` \_ -> widgetDestroy dialog + dialog `after` response $ \_ -> widgetDestroy dialog widgetShowAll dialog |