Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a NullReference when opening a .ckan #1478

Merged
merged 1 commit into from
Sep 27, 2015
Merged

fix a NullReference when opening a .ckan #1478

merged 1 commit into from
Sep 27, 2015

Conversation

Postremus
Copy link
Contributor

this prevents a NullReferenceException when importing a .ckan in the gui
The gui does generate a GuiMod when importing a.ckan.
The GuiMod needs to know,if it is cached or not..
Since the .ckan most likely has no download_url, it will crash.
fixes #1465
closes #1464

this prevents a NullReferenceException when importing a .ckan in the gui
The gui does generate a GuiMod when importing a.ckan.
The GuiMod needs to know,if it is cached or not..
Since the .ckan most likely has no download_url, it will crash.
fixes #1465
closes #1464
@pjf
Copy link
Member

pjf commented Sep 27, 2015

Oh! This is obviously correct, merging now!

@pjf pjf merged commit 600dc55 into KSP-CKAN:master Sep 27, 2015
@pjf pjf removed the pull request label Sep 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions when importing a .CKAN file
2 participants