summaryrefslogtreecommitdiff
path: root/src/dlg-new.h
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-03-15 10:57:07 +0800
committerraveit65 <[email protected]>2023-05-04 15:07:16 +0200
commita27a7a6de2d47f6d3ca558f6f980b03376ae5044 (patch)
tree1b21d0b81c25141a341517aef98b5087cc9968d1 /src/dlg-new.h
parent073c06814e0dcbb7bbdcecb867fc8c15d3fdddfa (diff)
downloadengrampa-a27a7a6de2d47f6d3ca558f6f980b03376ae5044.tar.bz2
engrampa-a27a7a6de2d47f6d3ca558f6f980b03376ae5044.tar.xz
Fix archive file save as function
Diffstat (limited to 'src/dlg-new.h')
-rw-r--r--src/dlg-new.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlg-new.h b/src/dlg-new.h
index f4e0424..92f9194 100644
--- a/src/dlg-new.h
+++ b/src/dlg-new.h
@@ -36,6 +36,7 @@ typedef struct {
gboolean can_create_volumes;
GtkBuilder *builder;
+ GFile *original_file;
GtkWidget *dialog;
/*GtkWidget *n_archive_type_combo_box;*/
GtkWidget *n_other_options_expander;