This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Commit 1f1abf2
committed
[NuGet] Fix warning logged when clicking file license link
Clicking the View License link in the License Acceptance dialog was
logging a warning about failing to start the url. The problem was that
the custom url used to open the file license was being handled by the
default LinkLabel implementation. Now the NavigateToUrlEventArgs is
set as handled so this does not happen.1 parent 0daf6f5 commit 1f1abf2
File tree
1 file changed
+4
-1
lines changed- main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Gui
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
214 | 217 | | |
215 | 218 | | |
216 | 219 | | |
| |||
0 commit comments