Revision 3480 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/ui/search/SearchDialogPanel.java

View differences:

SearchDialogPanel.java
293 293
               lowerPanel.getNPaginas(),
294 294
               lowerPanel.getCoordenadas(),
295 295
               lowerPanel.getCoordenadasOpcion());
296
       query.setCoordinatesClicked(upperPanel.getRestrictAreaClicked());
296
       query.setCoordinatesClicked(upperPanel.isRestrictAreaClicked());
297
       query.setGotoclicked(lowerPanel.isGoToClicked());
298
       query.setKeepOldClicked(lowerPanel.isKeepOldClicked());
297 299
       return query;
298 300
    }
299 301
    
......
357 359
    }
358 360
    
359 361
    protected void ShowResultsActionPerformed(Feature[] features){
360
        new ShowResultsDialog(client,features,lowerPanel.getNPaginas());
362
        new ShowResultsDialog(client,
363
                features,
364
                lowerPanel.getNPaginas(),
365
                lowerPanel.isGoToClicked(),
366
                lowerPanel.isKeepOldClicked());
361 367
    }    
362 368
   
363 369
    /**

Also available in: Unified diff