Skip to content

Commit

Permalink
Fix another silly error - more haste, less speed...
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Feb 22, 2021
1 parent 5c3827b commit 686eb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/psmlcolsmodel.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func (p *psmlColumnsModel) ReadFromWireshark(app gowid.IApp) error {
func (p *psmlColumnsModel) UpdateFromField(field string, idx int, app gowid.IApp) {

if p.spec[idx].Field.Token == "%Cus" && field != "%Cus" {
err := m.widgets[idx].customFilter.Close()
err := p.widgets[idx].customFilter.Close()
if err != nil {
log.Warnf("Unexpected response when closing filter: %v", err)
}
Expand Down

0 comments on commit 686eb30

Please sign in to comment.