- Not loading/applying options everytime we show options window anymore...

- Fixed ip filter
- Updated version number
- Disabled debug mode
*** Release is approaching :) ***
This commit is contained in:
Christophe Dumez 2006-10-12 16:02:56 +00:00
parent d16d30a350
commit df2d5fa741
6 changed files with 21 additions and 24 deletions

View file

@ -1631,8 +1631,10 @@ void GUI::configureSession(){
}
// Apply filtering settings
if(options->isFilteringEnabled()){
qDebug("Ip Filter enabled");
s->set_ip_filter(options->getFilter());
}else{
qDebug("Ip Filter disabled");
s->set_ip_filter(ip_filter());
}
// Apply Proxy settings
@ -2297,7 +2299,7 @@ void GUI::setLocale(QString locale){
// Display Program Options
void GUI::showOptions() const{
options->showLoad();
options->show();
}
// Is executed each time options are saved