Ticket #3392: one-line.patch
| File one-line.patch, 745 bytes (added by , 16 years ago) |
|---|
-
src/org/openstreetmap/josm/plugins/PluginSelection.java
333 333 String x[] = line.split(";"); 334 334 name = x[0]; 335 335 url = x[1]; 336 // Is null anyway 337 //manifest = null; 336 manifest = null; 338 337 } 339 338 } 340 339 if(name != null)
