[FIX] thunderbird : connection refused when dabase is not list

bzr revid: tfr@openerp.com-20110124160208-val9s8das9njr0he
This commit is contained in:
Thibault Francois 2011-01-24 17:02:08 +01:00
parent 15346a3104
commit aacb8b8460
3 changed files with 4 additions and 0 deletions

View File

@ -686,6 +686,10 @@ var listDbHandler = {
},
onError: function (client, ctxt, status, errorMsg) {
if(status == 0) {
setconnect_server("true");
setDBList("false");
}
}
};