gnumeric r17060 - in trunk: . src
- From: jbrefort svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r17060 - in trunk: . src
- Date: Fri, 9 Jan 2009 15:46:13 +0000 (UTC)
Author: jbrefort
Date: Fri Jan 9 15:46:13 2009
New Revision: 17060
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17060&view=rev
Log:
2009-01-09 Jean Brefort <jean brefort normalesup org>
* src/graph.c: (gnm_go_data_vector_get_str): set -1 as format length.
[#552721]
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/src/graph.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Jan 9 15:46:13 2009
@@ -24,6 +24,7 @@
* Fix crash when exporting an empty contour plot to .xls. [#557027]
* Add widgets in the graph guru first page to allow finer selection
of data.
+ * Fix labels length for charts generated by the histogram tool. [#552721]
Jody:
* Display top-left when selecting a rel ref to a merged region.
Modified: trunk/src/graph.c
==============================================================================
--- trunk/src/graph.c (original)
+++ trunk/src/graph.c Fri Jan 9 15:46:13 2009
@@ -653,7 +653,7 @@
return NULL;
default :
- return format_value (format, v, NULL, 8, date_conv);
+ return format_value (format, v, NULL, -1, date_conv);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]