Ignore:
Timestamp:
2015-02-09T09:39:45+01:00 (10 years ago)
Author:
bastiK
Message:

fix compile error from [8017]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java

    r7419 r8018  
    127127                    } else {
    128128                        // Ask for restart to install new plugin
    129                         PluginPreference.notifyDownloadResults(Main.parent, pluginDownloadTask);
     129                        PluginPreference.notifyDownloadResults(
     130                                Main.parent, pluginDownloadTask, !pluginDownloadTask.getDownloadedPlugins().isEmpty());
    130131                    }
    131132                }
Note: See TracChangeset for help on using the changeset viewer.