Skip to content

Conversation

@Megasware128
Copy link
Contributor

I fixed a bug where if you try to change a SearchSource without changing the action keyword you will receive a message the keyword is already assigned.


private void EditSearchSource()
{
var keyword = _searchSource.ActionKeyword;
Copy link
Member

Choose a reason for hiding this comment

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

nice, but this temp variable should be deleted since you have already have newKeyword

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That is true

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed it like you said ;)

@bao-qian bao-qian merged commit fc6a2e0 into Wox-launcher:master Jul 21, 2016
bao-qian pushed a commit that referenced this pull request Jul 21, 2016
@Megasware128 Megasware128 deleted the newActionKeywordsHasBeenAssigned-fix branch July 22, 2016 09:00
bao-qian pushed a commit that referenced this pull request Dec 19, 2017
bao-qian pushed a commit that referenced this pull request Dec 19, 2017
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.

2 participants