machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
346 stars 33 forks source link

Right clicking on the empty area of the Advanced>Heritrix jobs list causes WAIL to crash #430

Closed machawk1 closed 5 years ago

machawk1 commented 5 years ago

Exhibited in current master branch 0c98456.

machawk1 commented 5 years ago

self.clickedListboxItem(None) in HeritrixPanel.manageJobs() causes a segmentation fault.

machawk1 commented 5 years ago

Within the above function, self.listbox.GetSelection() returns -1 if there is no active selection. This should be checked before proceeding.