mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
12 lines
280 B
Diff
12 lines
280 B
Diff
--- a/src/extract_dialog.c
|
|
+++ b/src/extract_dialog.c
|
|
@@ -909,7 +909,7 @@
|
|
if (!path || !*path)
|
|
{
|
|
g_free(path);
|
|
- path = g_strdup("/tmp");
|
|
+ path = g_strdup("@TERMUX_PREFIX@/tmp");
|
|
}
|
|
|
|
gtk_entry_set_text(GTK_ENTRY(multi_extract->destination_path_entry), path);
|