- BUGFIX: Fixed possible problem when closing to systray and cancelling app exit

( closes #173832)
This commit is contained in:
Christophe Dumez
2007-12-04 12:07:00 +00:00
parent 9ee9c7d362
commit 940a8b28e4
2 changed files with 2 additions and 0 deletions

1
TODO
View File

@@ -59,4 +59,5 @@ rc9->rc10 changelog:
- BUGFIX: Added a 3 minutes search engine timeout - BUGFIX: Added a 3 minutes search engine timeout
- BUGFIX: Limit search engine plugins to 10 result pages - BUGFIX: Limit search engine plugins to 10 result pages
- BUGFIX: Fixed nbResults != 0 when clearing results while a search is running - BUGFIX: Fixed nbResults != 0 when clearing results while a search is running
- BUGFIX: Fixed possible problem when closing to systray and cancelling app exit
- COSMETIC: Use more skin colors instead of hard coded ones - COSMETIC: Use more skin colors instead of hard coded ones

View File

@@ -467,6 +467,7 @@ void GUI::closeEvent(QCloseEvent *e) {
tr("&Yes"), tr("&No"), tr("&Yes"), tr("&No"),
QString(), 0, 1)) { QString(), 0, 1)) {
e->ignore(); e->ignore();
force_exit = false;
return; return;
} }
} }