Skip to content

Commit

Permalink
fixed crash when clicking on a General tab wrong column
Browse files Browse the repository at this point in the history
Reported here: #38 (comment)
  • Loading branch information
gustavo-iniguez-goya committed Jul 28, 2020
1 parent ace124a commit dba0c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/opensnitch/dialogs/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ def _cb_main_table_double_clicked(self, row):
elif idx == StatsDialog.COL_RULES:
cur_idx = 2
self._set_rules_tab_active(row, cur_idx)
else:
return

self._set_active_widgets(True, str(data))

Expand Down

0 comments on commit dba0c83

Please sign in to comment.