Changeset 2058 in josm


Ignore:
Timestamp:
2009-09-04T23:21:34+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed in #3397: Upload not possible to opened changeset

Location:
trunk/src/org/openstreetmap/josm/actions
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UploadAction.java

    r2046 r2058  
    5757import org.openstreetmap.josm.tools.WindowGeometry;
    5858import org.xml.sax.SAXException;
    59 
    60 import com.sun.corba.se.spi.orbutil.fsm.Action;
    6159
    6260
     
    757755
    758756        public boolean hasChangesetComment() {
     757            if (!getChangesetProcessingType().isUseNew())
     758                return true;
    759759            return cmt.getText().trim().length() >= 3;
    760760        }
Note: See TracChangeset for help on using the changeset viewer.