Changeset 13055 in osm for applications/editors/josm


Ignore:
Timestamp:
2009-01-09T10:04:33+01:00 (16 years ago)
Author:
stoecker
Message:

fixed #1986

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

Legend:

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

    r12910 r13055  
    3131                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    3232                <attribute name="Plugin-Description" value="Tools to help work with authors/users.&lt;br&gt; Used with the author panel alt-a).&lt;br&gt; Opens up user profile and selects user's stuff on the map" />
    33                 <attribute name="Plugin-Mainversion" value="1180" />
     33                <attribute name="Plugin-Mainversion" value="1213" />
    3434            </manifest>
    3535        </jar>
  • applications/editors/josm/plugins/usertools/src/usertools/UserToolsPlugin.java

    r12910 r13055  
    111111                if (!name.equals("0")){
    112112                    SearchAction.SearchMode mode = SearchAction.SearchMode.replace;
    113                     SearchAction.search(name, mode, false);
     113                    SearchAction.search(name, mode, false,false);
    114114                }
    115115            }
Note: See TracChangeset for help on using the changeset viewer.