summaryrefslogtreecommitdiffstats
path: root/creator_thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'creator_thread.cpp')
-rw-r--r--creator_thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/creator_thread.cpp b/creator_thread.cpp
index 9b79beb..80a85ca 100644
--- a/creator_thread.cpp
+++ b/creator_thread.cpp
@@ -20,7 +20,7 @@ static void progress_cb(size_t current, size_t total,
unpacked_bytes = current;
total_bytes = total;
wxMutexGuiEnter();
- d->SetProgress(current, total, NULL);
+ d->SetProgress(current, total, filename);
wxMutexGuiLeave();
}
}