doadin / peerblock

Automatically exported from code.google.com/p/peerblock
Other
0 stars 0 forks source link

Tray icon flashes when it should not. #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Have PB set to allow http, and notify on http blocks only (with tray icon 
set to flash).
2.When a non http connection is blocked, the icon flashes - it should not.

What is the expected output? What do you see instead?
the icon should follow options in the "notification" section of the settings, 
currently, it does not. 

This error was reported on this thread:  
http://forums.peerblock.com/read.php?3,4875

Original issue reported on code.google.com by nathan.v...@gmail.com on 7 Feb 2010 at 1:06

GoogleCodeExporter commented 9 years ago
Looks like this problem is caused by the "start blinking" code not checking the
protocol.  Allow HTTP only actually allows TCP traffic through ports 80 & 443, 
which
means that UDP traffic could still be blocked - and these blocks would 
erroneously
start the icon blinking.

Original comment by peerbloc...@gmail.com on 2 Mar 2010 at 3:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r310.

Original comment by peerbloc...@gmail.com on 2 Mar 2010 at 3:31