Ticket #3392: one-line.patch

File one-line.patch, 745 bytes (added by bastiK, 16 years ago)
  • src/org/openstreetmap/josm/plugins/PluginSelection.java

     
    333333                                    String x[] = line.split(";");
    334334                                    name = x[0];
    335335                                    url = x[1];
    336                                     // Is null anyway
    337                                     //manifest = null;
     336                                    manifest = null;
    338337                                }
    339338                            }
    340339                            if(name != null)