- Another attempt to fix compilation on FreeBSD

- Fixed IP Filter preferences (closes #147532)
This commit is contained in:
Christophe Dumez 2007-10-01 09:47:00 +00:00
parent ce3b8733d1
commit 4f25e6c769
4 changed files with 4 additions and 5 deletions

View file

@ -565,7 +565,6 @@ void options_imp::loadOptions(){
processFilterFile(textFilterPath->text());
} else {
enableFilter(0); // Disable
filterBox->setEnabled(false);
}
// End IP Filter
settings.endGroup();