diff options
author | zhuyaliang <[email protected]> | 2023-03-15 10:57:07 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-04 15:07:16 +0200 |
commit | a27a7a6de2d47f6d3ca558f6f980b03376ae5044 (patch) | |
tree | 1b21d0b81c25141a341517aef98b5087cc9968d1 /src/dlg-new.h | |
parent | 073c06814e0dcbb7bbdcecb867fc8c15d3fdddfa (diff) | |
download | engrampa-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.h | 1 |
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; |