Mercurial > dive4elements > river
changeset 859:6b047887855b
Fix broken build.
flys-client/trunk@2653 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 06 Sep 2011 11:43:47 +0000 |
parents | 9f07f67f60a5 |
children | f5855350fc03 |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Sep 06 11:09:13 2011 +0000 +++ b/flys-client/ChangeLog Tue Sep 06 11:43:47 2011 +0000 @@ -1,3 +1,8 @@ +2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + Fix broken build by changed method name. + 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> Subclassed ChartThemePanel, trigger redraws of Chart when interaction with
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Tue Sep 06 11:09:13 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Tue Sep 06 11:43:47 2011 +0000 @@ -137,7 +137,7 @@ ctp = new ChartThemePanel(collection, mode); } - ctp.addChartShallRedrawHandler(this); + ctp.addRedrawRequestHandler(this); ctp.addOutputParameterChangeHandler(this); chart = createChartImg();