[chronojump] Cancelling on any export does not display the "Cancelled" windows



commit cbd272f46ffcdf2637a53de023d79c764da62fdc
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Apr 6 12:51:50 2020 +0200

    Cancelling on any export does not display the "Cancelled" windows

 src/gui/app1/encoder.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gui/app1/encoder.cs b/src/gui/app1/encoder.cs
index 495ff323..c6c700a3 100644
--- a/src/gui/app1/encoder.cs
+++ b/src/gui/app1/encoder.cs
@@ -2231,7 +2231,7 @@ public partial class ChronoJumpWindow
                else {
                        LogB.Information("cancelled");
                        //report does not currently send the appBar reference
-                       new DialogMessage(Constants.MessageTypes.INFO, Catalog.GetString("Cancelled."));
+                       //new DialogMessage(Constants.MessageTypes.INFO, Catalog.GetString("Cancelled."));
                        fc.Hide ();
                        return ;
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]