Mercurial > hg > STI-GWT
changeset 88:0327cffe65ec trimmed_data
bugfix for load-dropdown (in case of local KML the wrong widget was loaded)
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Fri, 15 Mar 2013 12:18:47 +0100 |
parents | 593cfbd58c3e |
children | 3700846b8590 |
files | src/econnect/wp3_3/client/core/ApplicationGrid.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/econnect/wp3_3/client/core/ApplicationGrid.java Thu Mar 07 14:56:13 2013 +0100 +++ b/src/econnect/wp3_3/client/core/ApplicationGrid.java Fri Mar 15 12:18:47 2013 +0100 @@ -268,7 +268,7 @@ //skruse: test for local CSV loading //TODO: if this remains in the code, the check below has //to be improved (some constant somewhere) - if( label.equals("local CSV") ){ + else if( label.equals("local CSV") ){ openPanel.setWidget(0, 1, uploadCSV); } else if( staticListBoxes.get(ds) == null ){