warvair / peerblock

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

Updating window close-button doesn't work #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click the "Check Updates" button on the main UI
2. At any time while this window is open, click the X button in the
top-right corner of the window (i.e. the generic Windows close-button)

What is the expected output? What do you see instead?
- Expected:  The window will close
- Actual:  The window stays open

This window should act like a normal window, close-button and all.  If the
user clicks X while a download is in progress, we should cancel that
download and close the window; if no active downloads are in progress, just
close it.

Bug reported by a dev-blog commenter, "Martin".

Original issue reported on code.google.com by peerbloc...@gmail.com on 4 Aug 2009 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by peerbloc...@gmail.com on 4 Aug 2009 at 12:43

GoogleCodeExporter commented 9 years ago
That "Martin" was me.. ;)

Original comment by Eagle3...@gmail.com on 5 Aug 2009 at 5:35

GoogleCodeExporter commented 9 years ago
Close button closes window. Aborts and close if downloading

Original comment by nightstalkerz on 21 Aug 2009 at 9:35

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by peerbloc...@gmail.com on 22 Aug 2009 at 1:11

GoogleCodeExporter commented 9 years ago
Fixed as the r101 commit.

Note that if any lists were in the process of downloading when close was 
clicked,
they will be reported as being a "Disabled" list in the main PeerBlock UI.

Original comment by peerbloc...@gmail.com on 22 Aug 2009 at 1:43