Ignore:
Timestamp:
2006-04-21T20:05:14+02:00 (18 years ago)
Author:
imi
Message:
  • fixed that toggle dialog buttons are sync with the dialogs
  • added search for timestamp (e.g. timestamp:06-3-25)
File:
1 edited

Legend:

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

    r86 r90  
    5353                        int cutPos = osmDataServer.endsWith("/0.2") ? 4 : 5;
    5454                        Main.pref.put("osm-server.url", osmDataServer.substring(0, osmDataServer.length()-cutPos));
     55                }
     56               
     57                if (!Main.main.getMapFrame().conflictDialog.conflicts.isEmpty()) {
     58                        JOptionPane.showMessageDialog(Main.main, "There are unresolved conflicts. You have to resolve these first.");
     59                        Main.main.getMapFrame().conflictDialog.action.button.setSelected(true);
     60                        Main.main.getMapFrame().conflictDialog.action.actionPerformed(null);
     61                        return;
    5562                }
    5663
Note: See TracChangeset for help on using the changeset viewer.