1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-31 01:30:00 +02:00

1.0.24 - Circumventing deadlock during "Re-rip All" #22

Reproducing bug showed cross-thread UI manipulation. Added thread-safety
to two commonly-called events:
1) beginning of rip -> pack() on main JFrame
2) updating of rip status -> Appending text to log text box
This commit is contained in:
4pr0n
2014-04-21 23:04:33 -07:00
parent 9ccbc8ac09
commit b0d13d51b1
4 changed files with 14 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
<groupId>com.rarchives.ripme</groupId>
<artifactId>ripme</artifactId>
<packaging>jar</packaging>
<version>1.0.23</version>
<version>1.0.24</version>
<name>ripme</name>
<url>http://rip.rarchives.com</url>
<properties>