[file-roller: 26/123] fixed encrypt-header property setting
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [file-roller: 26/123] fixed encrypt-header property setting
- Date: Mon,  6 Aug 2012 13:43:03 +0000 (UTC)
commit bd13cf395f9335f30426cd3342198babae62c936
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Jul 20 22:47:53 2012 +0200
    fixed encrypt-header property setting
    
    use a regular boolean or the property setting doesn't work
 src/fr-archive.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-archive.h b/src/fr-archive.h
index 9db35b7..6d7f9e2 100644
--- a/src/fr-archive.h
+++ b/src/fr-archive.h
@@ -78,7 +78,7 @@ struct _FrArchive {
 	/*<public>*/
 
 	char          *password;
-	gboolean       encrypt_header : 1;
+	gboolean       encrypt_header;
 	FrCompression  compression;
 	gboolean       multi_volume;
 	guint          volume_size;
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]