Skip to content
This repository was archived by the owner on Dec 3, 2018. It is now read-only.

fixed crash #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fixed crash #3

wants to merge 2 commits into from

Conversation

CodeEagle
Copy link

No description provided.

self.nameButton.title = self.plugin.displayName;
self.descriptionField.stringValue = self.plugin.desc;
self.descriptionField.stringValue = desc;
self.owner.stringValue = owner;
self.owner.stringValue = self.plugin.owner;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might want to get rid of this line

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants