git://git.iain.cx/iain
/
pstop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3337f4c
)
Get relative stats properly for events_stages_summary
author
Simon J Mudd
<sjmudd@pobox.com>
Wed, 28 Jan 2015 07:41:19 +0000
(08:41 +0100)
committer
Simon J Mudd
<sjmudd@pobox.com>
Wed, 28 Jan 2015 07:41:19 +0000
(08:41 +0100)
state/state.go
patch
|
blob
|
history
diff --git
a/state/state.go
b/state/state.go
index
9a21a78
..
de0d4ff
100644
(file)
--- a/
state/state.go
+++ b/
state/state.go
@@
-466,6
+466,7
@@
func (state *State) SetWantRelativeStats(want_relative_stats bool) {
state.tlwsbt.SetWantRelativeStats(state.want_relative_stats)
state.tiwsbt.SetWantRelativeStats(state.want_relative_stats)
state.ewsgben.SetWantRelativeStats(state.want_relative_stats)
+ state.essgben.SetWantRelativeStats(state.want_relative_stats)
}
// if there's a better way of doing this do it better ...