[file-roller/gnome-3-36] Properly set the extraction result status



commit 496f3416a01a87f41e4e8e5b4b7676f658a72c4c
Author: Guilherme Silva <oguilherme protonmail com>
Date:   Sat Jul 25 00:33:54 2020 -0300

    Properly set the extraction result status

 src/fr-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index d58bf3f2..4b07f047 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -9974,7 +9974,7 @@ fr_window_dnd_extraction_finished (FrWindow *window,
 {
        if (window->priv->dnd_extract_is_running == TRUE) {
                window->priv->dnd_extract_is_running = FALSE;
-               window->priv->dnd_extract_finished_with_error = TRUE;
+               window->priv->dnd_extract_finished_with_error = error;
        }
 }
 


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