summaryrefslogtreecommitdiff
path: root/src/dlg-new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dlg-new.h')
-rw-r--r--src/dlg-new.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dlg-new.h b/src/dlg-new.h
index f4e0424..1b3789a 100644
--- a/src/dlg-new.h
+++ b/src/dlg-new.h
@@ -27,7 +27,6 @@
#include "eggfileformatchooser.h"
#include "fr-window.h"
-
typedef struct {
FrWindow *window;
int *supported_types;
@@ -36,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;
@@ -48,7 +48,6 @@ typedef struct {
EggFileFormatChooser *format_chooser;
} DlgNewData;
-
DlgNewData * dlg_new (FrWindow *window);
DlgNewData * dlg_save_as (FrWindow *window,
const char *default_name);