evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.88k stars 490 forks source link

Remove unused parameters #829

Closed SpencerIsGiddy closed 1 year ago

SpencerIsGiddy commented 1 year ago

Removes unused parameters in to define paint cell

gustavo-iniguez-goya commented 1 year ago

This change causes the GUI to crash. You need to update the call to paintCell() in order to match the function definition:

https://github.com/evilsocket/opensnitch/blob/e6edb18ee603f30bfc48af290c47d2c7b3a9178e/ui/opensnitch/actions/highlight.py#L140-L151

SpencerIsGiddy commented 1 year ago

Ok, I’m not sure but is the change commit I just posted what you were asking?

gustavo-iniguez-goya commented 1 year ago

Yep, that was it. Did you test the first commit? didn't it crash the gui on your system?