goffice r2116 - trunk/plugins/plot_barcol
- From: jbrefort svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2116 - trunk/plugins/plot_barcol
- Date: Sat, 21 Jun 2008 19:11:27 +0000 (UTC)
Author: jbrefort
Date: Sat Jun 21 19:11:26 2008
New Revision: 2116
URL: http://svn.gnome.org/viewvc/goffice?rev=2116&view=rev
Log:
fixed bad index
Modified:
trunk/plugins/plot_barcol/gog-barcol.c
Modified: trunk/plugins/plot_barcol/gog-barcol.c
==============================================================================
--- trunk/plugins/plot_barcol/gog-barcol.c (original)
+++ trunk/plugins/plot_barcol/gog-barcol.c Sat Jun 21 19:11:26 2008
@@ -493,7 +493,7 @@
gse = NULL;
if ((overrides != NULL) &&
- (GOG_SERIES_ELEMENT (overrides->data)->index == i - 1)) {
+ (GOG_SERIES_ELEMENT (overrides->data)->index == i)) {
gse = GOG_SERIES_ELEMENT (overrides->data);
overrides = overrides->next;
gog_renderer_push_style (view->renderer,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]