Changeset 1420 in josm


Ignore:
Timestamp:
Feb 17, 2009 4:53:50 PM (4 years ago)
Author:
stoecker
Message:

close #2196. Patch by xeen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/GettingStarted.java

    r1415 r1420  
    180180            } catch (Exception e) {} 
    181181        } 
     182         
     183        linkContent.clear(); 
     184        try { 
     185            slave.shutdown();  
     186        } catch(SecurityException x) {} 
     187         
    182188 
    183189        content = "<html>\n"+ 
Note: See TracChangeset for help on using the changeset viewer.