[libgsf] zip: properly install zip64 property.



commit 86891b85e7e21fcd2ef6d1caac17b29e3fd14043
Author: Morten Welinder <terra gnome org>
Date:   Sat Nov 29 12:29:46 2014 -0500

    zip: properly install zip64 property.

 ChangeLog             |    5 +++++
 gsf/gsf-outfile-zip.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cb3c3d9..8477beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-29  Morten Welinder  <terra gnome org>
+
+       * gsf/gsf-outfile-zip.c (gsf_outfile_zip_class_init): Properly
+       install zip64 property.
+
 2014-11-28  Morten Welinder  <terra gnome org>
 
        * gsf/gsf-outfile-zip.c (zip_dirent_new_out): Store mtime in zip
diff --git a/gsf/gsf-outfile-zip.c b/gsf/gsf-outfile-zip.c
index 6e843b8..f2385ed 100644
--- a/gsf/gsf-outfile-zip.c
+++ b/gsf/gsf-outfile-zip.c
@@ -985,7 +985,7 @@ gsf_outfile_zip_class_init (GObjectClass *gobject_class)
                                   G_PARAM_CONSTRUCT_ONLY));
        g_object_class_install_property
                (gobject_class,
-                PROP_DEFLATE_LEVEL,
+                PROP_ZIP64,
                 g_param_spec_int ("zip64",
                                   _("Zip64"),
                                   _("Whether to use zip64 format, -1 meaning automatic"),


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