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

Fixed TorrcPanel AttributeError in menu actions #3

Merged
merged 1 commit into from Mar 6, 2016
Merged

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
@sambuddhabasu
Copy link
Owner

@sambuddhabasu sambuddhabasu commented Mar 6, 2016

TorrcPanel has no attribute show_line_num. This previously cause an AttributeError. The correct attribute to query is _show_line_numbers.

@sambuddhabasu sambuddhabasu merged commit 47b06ab into master Mar 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment