diff options
author | zhuyaliang <[email protected]> | 2023-03-15 10:57:07 +0800 |
---|---|---|
committer | Luke from DC <[email protected]> | 2023-03-22 03:36:00 +0000 |
commit | 16ef96fa57c1e1f550b9de13f4d87ad4c5ce9452 (patch) | |
tree | 5b9a4c9d513705d59da8df23e37a268dc9f363e1 /src/dlg-new.h | |
parent | c7bb2fa397156a1ce000fe375acfe82a39d51cb0 (diff) | |
download | engrampa-16ef96fa57c1e1f550b9de13f4d87ad4c5ce9452.tar.bz2 engrampa-16ef96fa57c1e1f550b9de13f4d87ad4c5ce9452.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 3f9f6d5..1b3789a 100644 --- a/src/dlg-new.h +++ b/src/dlg-new.h @@ -35,6 +35,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; |