[file-roller: 2/3] Properly set the extraction result status
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 2/3] Properly set the extraction result status
- Date: Sat, 8 Aug 2020 17:23:42 +0000 (UTC)
commit 71773ecaeb122f0382b8912aceb4707d81258b6e
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]