Re: Gnumeric 1.5.3 Released
- From: Morten Welinder <mwelinder gmail com>
- To: gnumeric list <gnumeric-list gnome org>
- Subject: Re: Gnumeric 1.5.3 Released
- Date: Wed, 17 Aug 2005 11:19:20 -0400
It turns out that there is an ugly, but harmless, error message on saving
to xls in 1.5.3.  You will want to apply the following fix.
Morten
Index: workbook-view.c
===================================================================
RCS file: /cvs/gnome/gnumeric/src/workbook-view.c,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- workbook-view.c     9 Aug 2005 16:01:52 -0000       1.199
+++ workbook-view.c     17 Aug 2005 15:15:09 -0000      1.200
@@ -624,7 +624,8 @@
 
                g_printerr ("Writing %s\n", uri);
                go_file_saver_save (fs, io_context, wbv, output);
-               gsf_output_close (output);
+               if (!gsf_output_is_closed (output))
+                       gsf_output_close (output);
                save_err = gsf_output_error (output);
                if (save_err) {
                        msg = g_strdup (save_err->message);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]