Ignore:
Timestamp:
2009-10-31T09:04:15+01:00 (15 years ago)
Author:
guggis
Message:

Update to r2355

Location:
applications/editors/josm/plugins/tageditor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tageditor/build.xml

    r17637 r18385  
    8989                <attribute name="Plugin-Description" value="Provides a dialog for editing tags in a tabular grid."/>
    9090                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/TagEditor"/>
    91                 <attribute name="Plugin-Mainversion" value="2141"/>
     91                <attribute name="Plugin-Mainversion" value="2355"/>
    9292                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9393            </manifest>
  • applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/TagEditorDialog.java

    r17638 r18385  
    343343                        setVisible(false);
    344344                        model.updateJOSMSelection();
    345 
    346                         Collection<OsmPrimitive> sel = Main.main.getCurrentDataSet().getSelected();
    347                         DataSet.fireSelectionChanged(sel);
     345                        DataSet ds = Main.main.getCurrentDataSet();
     346                        ds.fireSelectionChanged();
    348347                        Main.parent.repaint(); // repaint all - drawing could have been changed
    349348                }
Note: See TracChangeset for help on using the changeset viewer.