[file-roller] Compress dialog: fixed creation of encrypted archives



commit 35cb0b440fc5613d4cb6b51bfc3c873d283ed413
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Oct 2 20:38:51 2012 +0200

    Compress dialog: fixed creation of encrypted archives
    
    [fixed bug]

 src/dlg-batch-add.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/dlg-batch-add.c b/src/dlg-batch-add.c
index bc96fe4..3c82c7f 100644
--- a/src/dlg-batch-add.c
+++ b/src/dlg-batch-add.c
@@ -43,7 +43,11 @@ dialog_response_cb (GtkDialog *dialog,
 		if (file == NULL)
 			return;
 
+		fr_window_set_password (window, fr_new_archive_dialog_get_password (FR_NEW_ARCHIVE_DIALOG (dialog)));
+		fr_window_set_encrypt_header (window, fr_new_archive_dialog_get_encrypt_header (FR_NEW_ARCHIVE_DIALOG (dialog)));
+		fr_window_set_volume_size (window, fr_new_archive_dialog_get_volume_size (FR_NEW_ARCHIVE_DIALOG (dialog)));
 		fr_window_create_archive_and_continue (window, file, mime_type, NULL);
+
 		g_object_unref (file);
 	}
 	else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]