Changeset 985 in josm


Ignore:
Timestamp:
Sep 18, 2008 8:48:44 AM (5 years ago)
Author:
stoecker
Message:

close bug #1566

File:
1 edited

Legend:

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

    r976 r985  
    107107                        public void mousePressed(MouseEvent event) { 
    108108                                try { 
    109                                         SwingUtilities.invokeAndWait(closerRunner); 
     109                                        closerRunner.run(); 
    110110                                } catch (Exception e) { 
    111111                                        e.printStackTrace(); 
Note: See TracChangeset for help on using the changeset viewer.