diff options
| author | 2016-09-01 18:55:06 +0200 | |
|---|---|---|
| committer | 2016-09-01 18:55:06 +0200 | |
| commit | 3e2bb9b2b5e4c6e0e7ea62f4921d2e317c07034e (patch) | |
| tree | 2ca71a8a213cdcb61b610aaaa4daa4b0e336b103 /src/main/java/cuchaz/enigma/gui | |
| parent | Converter: fix inheritance issue with matcher system (diff) | |
| download | enigma-fork-3e2bb9b2b5e4c6e0e7ea62f4921d2e317c07034e.tar.gz enigma-fork-3e2bb9b2b5e4c6e0e7ea62f4921d2e317c07034e.tar.xz enigma-fork-3e2bb9b2b5e4c6e0e7ea62f4921d2e317c07034e.zip | |
Fix for the last commit
Diffstat (limited to 'src/main/java/cuchaz/enigma/gui')
| -rw-r--r-- | src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java b/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java index 8f7d6e3..9e90dae 100644 --- a/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java +++ b/src/main/java/cuchaz/enigma/gui/MemberMatchingGui.java | |||
| @@ -465,7 +465,7 @@ public class MemberMatchingGui<T extends Entry> { | |||
| 465 | protected void unmatchable() { | 465 | protected void unmatchable() { |
| 466 | 466 | ||
| 467 | // update the field matches | 467 | // update the field matches |
| 468 | m_memberMatches.makeSourceUnmatchable(m_obfSourceEntry); | 468 | m_memberMatches.makeSourceUnmatchable(m_obfSourceEntry, m_sourceDeobfuscator); |
| 469 | save(); | 469 | save(); |
| 470 | 470 | ||
| 471 | // update the ui | 471 | // update the ui |