mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Fix PeerGuardian .p2b file support
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.0.4
|
||||||
|
- BUGFIX: Fix PeerGuardian .p2b binary filter support
|
||||||
|
|
||||||
* Wed Dec 23 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.3
|
* Wed Dec 23 2009 - Christophe Dumez <chris@qbittorrent.org> - v2.0.3
|
||||||
- BUGFIX: Minor cosmetic fix to program preferences
|
- BUGFIX: Minor cosmetic fix to program preferences
|
||||||
- BUGFIX: Fix "Temp path" button in program preferences
|
- BUGFIX: Fix "Temp path" button in program preferences
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ class FilterParserThread : public QThread {
|
|||||||
// PeerGuardian p2p file
|
// PeerGuardian p2p file
|
||||||
parseP2PFilterFile(filePath);
|
parseP2PFilterFile(filePath);
|
||||||
} else {
|
} else {
|
||||||
if(filePath.endsWith(".p2p", Qt::CaseInsensitive)) {
|
if(filePath.endsWith(".p2b", Qt::CaseInsensitive)) {
|
||||||
// PeerGuardian p2b file
|
// PeerGuardian p2b file
|
||||||
parseP2BFilterFile(filePath);
|
parseP2BFilterFile(filePath);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user